- .NET framework is now part of your project and you can point to multiple frameworks at the same. Like in the figure its pointing to 4.5 framework ( full framework) and also to .NET core ( which is cross platform depending what you choose).
- Global.asax is replaced by startup.cs which is more light weight and customizable.
- Web.config configuration will not go in Config.json.
- As a developer we have been adding references using our favorite add reference , you can now also add in project.json and your project will reference it automatically and also vice versa.
- They have given a special wwwroot folder which will store static files of your project. Any files including HTML files, CSS files, image files, and JavaScript files which are sent to the users browser should be stored inside this folder.
- There is a dependencies node which shows which JavaScript files have been used in your project.

Amit Kumar SinghPosted Nov 6, 2017, 12:31 AM
Thanks for sharing .......
SubashPosted Sep 7, 2016, 8:38 AM
Great
Former memberPosted Dec 24, 2015, 3:19 AM
Nice blog
Rathrola Prem KumarPosted Dec 21, 2015, 2:44 AM
:)...
Manas MohapatraPosted Dec 20, 2015, 1:08 PM
Informative one :)