2.2 KiB
2.2 KiB
uid | title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
mvc/overview/getting-started/getting-started-with-ef-using-mvc/index | Getting Started with Entity Framework 6 Code First using MVC 5 | Microsoft Docs | rick-anderson | The basics of using Entity Framework 6 to display and edit data in an ASP.NET MVC 5 application. | aspnetcontent | wpickett | 10/05/2011 | article | 2aebcde0-b04c-47db-b9c9-077714a5db77 | dotnet-mvc | .net-framework | /mvc/overview/getting-started/getting-started-with-ef-using-mvc | chapter |
Getting Started with Entity Framework 6 Code First using MVC 5
The basics of using Entity Framework 6 to display and edit data in an ASP.NET MVC 5 application.
- Creating an Entity Framework Data Model
- Implementing Basic CRUD Functionality
- Sorting, Filtering, and Paging
- Connection Resiliency and Command Interception
- Code First Migrations and Deployment
- Creating a More Complex Data Model
- Reading Related Data
- Updating Related Data
- Async and Stored Procedures
- Handling Concurrency
- Implementing Inheritance
- Advanced Entity Framework Scenarios