Using Entity Framework 4.0 to Power Your DataLayer
Presented by Chris Coneybeer
Several improvements have been made with the 4.0 release of the Entity Framework and we will discuss many of those changes including POCO (Plain Old CLR Objects) support, disconnected entities and customizing queries for entities. Entity Framework can be used to simplify development of applications in several ways and we will look at getting started with EF and how to implement it using both Database First and Model First approaches. During this talk we will see how Entity Framework can be used to bring together your domain, logical and physical models for your development needs.