Update mvc.md

pull/2316/head
Luke Latham 2016-12-04 22:58:19 -06:00 committed by GitHub
parent 0873f77324
commit 65456af652
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ uid: migration/mvc
---
# Migrating From ASP.NET MVC to ASP.NET Core MVC
By [Rick Anderson](https://twitter.com/RickAndMSFT), [Daniel Roth](https://github.com/danroth27), [Steve Smith](http://ardalis.com) and [Scott Addie](https://scottaddie.com)
By [Rick Anderson](https://twitter.com/RickAndMSFT), [Daniel Roth](https://github.com/danroth27), [Steve Smith](http://ardalis.com), and [Scott Addie](https://scottaddie.com)
This article shows how to get started migrating an ASP.NET MVC project to [ASP.NET Core MVC](../mvc/index.md). In the process, it highlights many of the things that have changed from ASP.NET MVC. Migrating from ASP.NET MVC is a multiple step process and this article covers the initial setup, basic controllers and views, static content, and client-side dependencies. Additional articles cover migrating configuration and identity code found in many ASP.NET MVC projects.