2017-02-04 05:40:22 +08:00
|
|
|
---
|
2017-03-28 09:35:25 +08:00
|
|
|
uid: mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/index
|
2017-02-04 05:40:22 +08:00
|
|
|
title: "Getting Started with EF 5 using MVC 4 | Microsoft Docs"
|
|
|
|
author: rick-anderson
|
|
|
|
description: "The basics of using Entity Framework 5 to display and edit data in an ASP.NET MVC 4 application."
|
|
|
|
ms.author: aspnetcontent
|
|
|
|
ms.date: 10/26/2013
|
|
|
|
ms.assetid: 5bd2e5db-8053-459e-9246-08731a4c8036
|
|
|
|
msc.legacyurl: /mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4
|
|
|
|
msc.type: 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](creating-an-entity-framework-data-model-for-an-asp-net-mvc-application.md)
|
|
|
|
- [Implementing Basic CRUD Functionality](implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md)
|
|
|
|
- [Sorting, Filtering, and Paging](sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application.md)
|
|
|
|
- [Creating a More Complex Data Model](creating-a-more-complex-data-model-for-an-asp-net-mvc-application.md)
|
|
|
|
- [Reading Related Data](reading-related-data-with-the-entity-framework-in-an-asp-net-mvc-application.md)
|
|
|
|
- [Updating Related Data](updating-related-data-with-the-entity-framework-in-an-asp-net-mvc-application.md)
|
|
|
|
- [Handling Concurrency](handling-concurrency-with-the-entity-framework-in-an-asp-net-mvc-application.md)
|
|
|
|
- [Implementing Inheritance](implementing-inheritance-with-the-entity-framework-in-an-asp-net-mvc-application.md)
|
|
|
|
- [Implementing the Repository and Unit of Work Patterns](implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application.md)
|
|
|
|
- [Advanced Entity Framework Scenarios](advanced-entity-framework-scenarios-for-an-mvc-web-application.md)
|
2017-09-20 15:36:55 +08:00
|
|
|
- [Building the Chapter Downloads](building-the-ef5-mvc4-chapter-downloads.md)
|