Level: Intermediate
This session will cover several Entity Framework features such as Code First, DbContext API and Migrations.
Entity Framework 4 brought many new opportunities for building complex data driven applications. Code First is an Entity Framework capability that provides a code-centric experience for interacting with models and databases. This session will cover several Entity Framework features such as Code First, DbContext API and Migrations.
You will learn:
- What code first is
- How to integrate code first into your solution
- To use code first migrations in your solutions