If your mind got stuck in the installation of different versions of MVC with respect to the newer version of Visual Studio, then this article will give you a brilliant approach to get rid of this mess.
Unfortunately, Microsoft doesn’t give us common UI to add different versions of MVC in our project.
So in this blog, I will explain a common approach to add different MVC version(s).
Teaser
Here, we are going to use MVC(n) NuGet Package.
Steps to work with different versions of MVC with Visual Studio 2015 or greater
Create new project (Here, I am using VS2015).
Select “Empty” template from project window.

NOTE
Select MVC option from “Add folders and core..”.
Now, we are ready with our project to install all the MVC versions one by one.
Open “Package Manager Console” for MVC installation.

Satyaprakash SamantarayPosted May 4, 2017, 11:34 PM
Can you show the output using Browser ?