InterviewSolution
Saved Bookmarks
| 1. |
Explain Bundle.config In Mvc 4? |
|
Answer» "BundleConfig.cs" in 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. "BundleConfig.cs" in 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. |
|