Update mvc.md
parent
0873f77324
commit
65456af652
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue