1.8 KiB
1.8 KiB
uid | title | author | description | ms.author | ms.date | ms.assetid | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|
mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/index | Getting Started with EF 5 using MVC 4 | Microsoft Docs | rick-anderson | The basics of using Entity Framework 5 to display and edit data in an ASP.NET MVC 4 application. | aspnetcontent | 10/26/2013 | 5bd2e5db-8053-459e-9246-08731a4c8036 | /mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4 | chapter |
Getting Started with EF 5 using MVC 4
The basics of using Entity Framework 5 to display and edit data in an ASP.NET MVC 4 application.
- Creating an Entity Framework Data Model
- Implementing Basic CRUD Functionality
- Sorting, Filtering, and Paging
- Creating a More Complex Data Model
- Reading Related Data
- Updating Related Data
- Handling Concurrency
- Implementing Inheritance
- Implementing the Repository and Unit of Work Patterns
- Advanced Entity Framework Scenarios
- Building the Chapter Downloads