Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
MVC5 Vs MVC6 in ASP.NET
WhatsApp
Rathrola Prem Kumar
9y
51.5
k
0
5
25
Blog
.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.
MVC5 Vs MVC6 in ASP.NET
Up Next
Main Difference Between ViewData Vs ViewBag Vs TempData In ASP.NET MVC
Ebook Download
View all
Diving Into ASP.NET WebAPI
Read by 21.4k people
Download Now!
Learn
View all
Membership not found