MVC Developer Question:

What is Bundle.Config in MVC4?

Tweet Share WhatsApp

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.

Download MVC Developer PDF Read All 50 MVC Developer Questions
Previous QuestionNext Question
Tell us what is JsonResultType in MVC?Tell us where are the routing rules defined in an asp.net MVC application?