Entity Framework vs. Linq to SQL
Posted by: Wortzels blog,
on 04 Jan 2008 |
View original | Bookmarked: 0 time(s)
These two data access strategies should be shipped in the new Visual Studio 2008 (aka "Orcas") but from some reasons Microsoft decided to cut the entity framework from this release and to ship it in the middle of 2008. So what is the different between these two frameworks? When should I choose the Linq to Sql and when do it really recommended to wait for the Entity framework?
I decided to look for some answers to these questions, just stay with me few more moments
Category
Linq to SQL
Entity...