187 Views
While using the default VS template for ASP.NET MVC that is provided it seems obvious to store all of the JS files under the script folder and the CSS under the content. However when you have more than 10 JS or CSS files that are related to specific views than the navigation between the view and the JS or CSS file becomes not that pleasant, at least that’s what I have experienced.
0 comments