ASP.NET Web Optimization Framework (Bundling & Minification) Articles
Right from developer preview version of ASP.NET 4.5 & MVC 4 (vNext), I have covered ASP.NET Web Optimization Framework (a.k.a Bundling & Minification) in my MVC 4 article series. Later on I have posted several articles covering different aspects of ASP.NET Web Optimization Framework and how I implemented it. So I'm writing this post as an index post of articles covering ASP.NET Web Optimization Framework. So it would be easier to access all posts under one roof. In upcoming days I'm planning to add few more articles on this topic, as and when I will add new articles I will update this index post as well.
If you come across any good article on this topic then do comment here, I will include it in this list.
- Bundling and Minification in ASP.NET MVC 4 This post cover how to use bundling & minification in MVC 4 application.
- ASP.NET 4.5 & MVC 4: Revisiting IBundleTransform In this article, we will discuss how to implement custom bundle transform with ASP.NET Web Optimization Framework. We will also discuss how to address caching with ASP.NET Web Optimization Framework.
- ASP.NET 4.5 & MVC 4 Bundling: Next Approach Default bundle accepts file path as bundle input and bundle & minimize it in one resource. This post describe how to pass additional parameter to custom bundle transform and how to utilize whilte processing custom bundle transform.
- ASP.NET MVC Bundling: Auto sync JavaScript model with MVC model This post explain how to create custom bundle transform which is used to generate JavaScript Model from C# model class.
- ASP.NET Web Optimization Framework with MVC 3 & ASP.NET 4.0 web form ASP.NET Web Optimization Framework is built on top of ASP.NET 4.0. This article shows how to implement bundling & minification in ASP.NET 4.0 web form & MVC 3 application.
- [Updated] ASP.NET Web Optimization Framework & Cookieless Domain Updated article on how to configure ASP.NET Web Optimization Framework & setup Cookieless Domain in an ASP.NET web application.
You can follow me on twitter for latest link and update on ASP.NET & MVC.