crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

what is bundling and minification in mvc
Question Posted on 19 Sep 2019Home >> DotNet >> MVC >> what is bundling and minification in mvc

what is bundling and minification in mvc
Bundling and minification techniques are mainly used to reduce request load time by reducing number of request to the server. Bundling is the technique where we group files likes css,js files and then request server in single attempt. So in place sending 2 or more files it will send them in one go which will save bandwidth and load application faster.
Minification is the technique where we will remove extra spaces from js files and remove commented lines to lower the size of js files that helps in loading file fasters.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

How to create Razor enable application in MVC3

Can you write down some syntax for Razor in MVC3

Basic diagram of MVC

Different MVC version with there features

Could not load type System.Web.Mvc.ViewPage in asp.net MVC2






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap