2017-02-04 05:40:22 +08:00
|
|
|
---
|
2017-03-28 09:35:25 +08:00
|
|
|
uid: mvc/overview/getting-started/getting-started-with-ef-using-mvc/index
|
2017-02-04 05:40:22 +08:00
|
|
|
title: "Getting Started with Entity Framework 6 Code First using MVC 5 | Microsoft Docs"
|
|
|
|
author: rick-anderson
|
|
|
|
description: "The basics of using Entity Framework 6 to display and edit data in an ASP.NET MVC 5 application."
|
|
|
|
ms.author: aspnetcontent
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 10/05/2011
|
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 2aebcde0-b04c-47db-b9c9-077714a5db77
|
|
|
|
ms.technology: dotnet-mvc
|
|
|
|
ms.prod: .net-framework
|
|
|
|
msc.legacyurl: /mvc/overview/getting-started/getting-started-with-ef-using-mvc
|
|
|
|
msc.type: 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](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)
|
|
|
|
- [Connection Resiliency and Command Interception](connection-resiliency-and-command-interception-with-the-entity-framework-in-an-asp-net-mvc-application.md)
|
|
|
|
- [Code First Migrations and Deployment](migrations-and-deployment-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)
|
|
|
|
- [Async and Stored Procedures](async-and-stored-procedures-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)
|
|
|
|
- [Advanced Entity Framework Scenarios](advanced-entity-framework-scenarios-for-an-mvc-web-application.md)
|