.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Entity Framework Code First End To End

Entity Framework Code First End To End

This session covers the use Entity Framework in .NET based applications. It includes 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.

You will learn:
* Schema creation and schema evolution
* Key aspects of achieving high performance
* Repository pattern with entity framework code first