Anyone know what is the diffrences between those 2 asumming I'm using SQL Server as my database ? Are they the same ?
|
|
|
|
|
|
|
This post points to some info. in particular 3 main differences:
|
||
|
|
|
|
The Dec 2008 issue of Visual Studio Magazine cover story by Roger Jennings is a good read on the topic, with some L2S vs EF side-by-side comparisons: http://visualstudiomagazine.com/features/article.aspx?editorialsid=2583 |
||
|
|
|
|
See this semi-related question: |
||
|
|
|
|
Long answer: google. Short answer: using entity framework, you will be able to create something based on classes (partial, that you can "extend") resembling domain objects (not true DDD though, that's why NHibernate still exists and linq to nhibernate is being developed), using sql you will be just thinking database and tables. |
||
|
|
