ASP.NET 4.5 has introduced built-in support for bundling and minification of javascript and css resources.Here minification refers to the mechanism of compressing the javascript & stylesheet files thus reducing the size of data to transferred over the wire. The process of bundling involves combining multiple javascript/css files into one, thus reducing the number of HTTP [...]
Archive for November 27, 2011
Inside ASP.NET 4.5 Bundling and Minification
Posted: November 27, 2011 in ASP.NETTags: .NET 4.5, ASP.NET 4.5
4

