2017-02-04 05:40:22 +08:00
|
|
|
---
|
2017-03-28 09:35:25 +08:00
|
|
|
uid: mvc/overview/getting-started/database-first-development/index
|
2017-02-04 05:40:22 +08:00
|
|
|
title: "Getting Started with Entity Framework 6 Database First Using MVC 5 | Microsoft Docs"
|
|
|
|
author: rick-anderson
|
|
|
|
description: "This series shows how to use Database First development for creating an MVC 5 application with Entity Framework"
|
2018-08-15 06:27:54 +08:00
|
|
|
ms.author: riande
|
2017-02-04 05:40:22 +08:00
|
|
|
ms.date: 09/17/2013
|
|
|
|
ms.assetid: 3437215a-c4ba-46ed-8378-d61c79c9d38c
|
|
|
|
msc.legacyurl: /mvc/overview/getting-started/database-first-development
|
|
|
|
msc.type: chapter
|
|
|
|
---
|
|
|
|
Getting Started with Entity Framework 6 Database First Using MVC 5
|
|
|
|
====================
|
|
|
|
> This series shows how to use Database First development for creating an MVC 5 application with Entity Framework
|
|
|
|
|
|
|
|
|
|
|
|
- [Getting Started with Entity Framework 6 Database First using MVC 5](setting-up-database.md)
|
|
|
|
- [Creating the Web Application and Data Models](creating-the-web-application.md)
|
|
|
|
- [Generating Views](generating-views.md)
|
|
|
|
- [Changing the Database](changing-the-database.md)
|
|
|
|
- [Customizing a View](customizing-a-view.md)
|
|
|
|
- [Enhancing Data Validation](enhancing-data-validation.md)
|
2017-09-20 15:36:55 +08:00
|
|
|
- [Publish to Azure](publish-to-azure.md)
|