InterviewSolution
Saved Bookmarks
| 1. |
Explain Bundle.Config in ASP.Net MVC4? |
|
Answer» "BundleConfig.cs" in ASP.Net MVC4 is used to register the bundles by the bundling and minification system. Many bundles are added by default including jQuery libraries like - jquery.validate, Modernizr, and default CSS references. |
|