-
Dane Morgridge 4.57
Description:
There are quite a few choices when it comes to how to do data access for your .Net application. With .Net 3.5, Microsoft introduced Linq2Sql which is a powerful ORM solution leveraging Linq technology. The Entity Framework was released with .Net 3.5 SP1 and took the concepts of Linq2Sql to a new level. The Entity Framework brought additional features over Linq2Sql as well as laying a new foundation for the future of data access in .Net. In this session we will at a brief history of ORM and then go through a walkthrough of the Entity Framework and flesh out the data access layer of a simple application. We will look at similarities of Linq2Sql and the Entity Framework as well as some common “gotchas” associated with EF. We will also take a lap through the new exciting features coming in Entity Framework 4.
Links: Website

Dane has a lot of insight and knowledge.