From 65456af65242f7f3637969eaf51822adbfdf7749 Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Sun, 4 Dec 2016 22:58:19 -0600 Subject: [PATCH] Update mvc.md --- aspnetcore/migration/mvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/migration/mvc.md b/aspnetcore/migration/mvc.md index 13b7ab67a9..558e0f53ec 100644 --- a/aspnetcore/migration/mvc.md +++ b/aspnetcore/migration/mvc.md @@ -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.