As you have noticed from my previous posts, Atlanta Code Camp took place yesterday, August 24th. I spoke on Entity Framework, 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.
Here are the links:
Thank you!