Is V1 of LINQ to SQL only suitable for RAD?
Posted by: Bigyan Rajbhandari,
on 25 Mar 2008 |
View original | Bookmarked: 0 time(s)
In my previous couple posts, I have been religiously trying to solve the problem or should I say 'find a best pattern' to use with linq to sql. In past few projects, I ventured into Linq to sql world abandoning ORM tools (OR mapper, NHibernate) that I had been using; however, I have been greatly disappointed by the fact that Linq to sql doesn't support few fundamental concepts/patterns (LINQ to SQL takes a little different approach than traditional ORM tools). I am starting to have serious doubts...