Recently Microsoft has released the preview version of ASP.NET 5(vNext) as a Part of Visual Studio 2015 CTP. As this whole .NET framework is rewritten from the scratch so there are lots of change there. One of most exciting changes in ASP.NET 5(vNext) is moving all changes in Project.json file instead of solution. This Project.json file will have lots information related to dependencies, configuration and lots of other stuff.

Once you create ASP.NET 5 application, It will create a sample project with Project.json like this.
Project.json file in ASP.NET 5(vNext)
Let’s create a ASP.NET 5(vNext) application from File –> New ProjectOnce you create ASP.NET 5 application, It will create a sample project with Project.json like this.
