Yesterday I spoke on Entity Framework at Microsoft Integration Architects Atlanta users group, and wanted to post my slides and a sample project. Here is the session description.
Entity Framework Code First End to End
This session will cover the use Entity Framework in .NET based applications. Discussion will include model creation and organization as well as schema evolution via migrations. The role of data annotations in Entity Framework model creation and validation will be highlighted. Key issues in achieving performance will be part of the talk, including ability to embed stored procedures when necessary. Creation of a maintainable data access layer via use of repositories will be illustrated. An ASP.NET MVC application will be built throughout the talk to illustrate the concepts. We will also discuss some changes that came with EF 6.
Here are the links:
Thank you!