Videos
http://thedatafarm.com/main.aspx
Entity Framework vs LINQ to SQL
- LINQ to SQL is the quick-and-easy way to do it. This means you will get going quicker, and deliver quicker if you are working on something smaller.
- Entity Framework is the all-out, no-holds-barred way to do it. This means you will take more time up-front, develop slower, and have more flexibility if you are working on something larger.
Stored Procedures in Entity Framework