Migrating from ASP.NET MVC5 to MVC6, Part 1#5
Merged
Conversation
Conflicts: docs/index.rst
Contributor
Author
|
Add migrating config article as well. Skeleton of auth/identity article can be ignored for now. |
Member
There was a problem hiding this comment.
ASP.NET MVC 5 Starter Web Project
ASP.NET MVC 5 Starter Web Project default project template
Member
|
Let's not use zip files. I prefer to see the sample projects checked in in a samples directory that can be built and referenced. |
Member
|
This is a good start for an MVC 5 migration doc, but I think there is a bunch of stuff that is different in MVC 6 that we still need to cover:
|
Contributor
Author
|
Thanks for the feedback - my plan is to have additional articles to cover the additional MVC 6 features, while keeping this one a bit simpler and shorter. |
ardalis
added a commit
that referenced
this pull request
Apr 6, 2015
Migrating from ASP.NET MVC5 to MVC6, Part 1
Closed
scottaddie
pushed a commit
that referenced
this pull request
Apr 24, 2018
Closed
trobinson41
pushed a commit
to trobinson41/Docs
that referenced
this pull request
May 26, 2021
conversion work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the first article. It was getting long, and there are features of the new MVC 6 starter template that aren't feature complete yet, so I'm breaking it up into a series. In fact, as long as this article is, it might be better broken up already (shifting the configuration of bundling and minification to its own separate article).