What are Bundling & Minification features in ASP.NET MVC 4? | ASP.NET MVC Interview Question

Bundling & Minification feature is introduced in MVC 4. Bundling & Minification reduces number of HTTP requests. Bundling & Minification combines individual files into single. Bundled file for CSS & scripts and then it reduce’s overall size by minifying the contents of the bundle.