Future of Linq to Sql and Entity Framework
Posted
by ENES TAYLAN
on Stack Overflow
See other posts from Stack Overflow
or by ENES TAYLAN
Published on 2010-03-08T23:00:20Z
Indexed on
2010/03/08
23:21 UTC
Read the original article
Hit count: 231
I work on a project and want to use an ORM. What should I use: Linq to Sql or Entity Framework? Linq to Sql provides more opportunities, as I see, for example support for enumeration types. However, also it is said that, Linq to Sql was for playing and learning for Linq and future strategy of Microsoft lies on Entity Framework. So which one should I use?
© Stack Overflow or respective owner