0
kicks
Resourceful ASP.NET MVC: Multiple approaches to optimizing CSS
This article summarizes multiple articles on how to crunch, combine, cache, and compress CSS resources using the ASP.NET MVC demo template to show the methods in practice. The techniques used are meant to be a good trade-off between performance and time-saving, since CSS resources are dynamically processed once on the server, eliminating the need for tedious manual optimization prior to deployment.