This video will show the concept of minification in asp.net MVC with an example. Minification can be enabled by using EnableOptimization property of BundlesTable class. The second way to enable minification is setting CompilationDebug= false in web.config. By using minification performance can be enhanced.