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. "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. |
|