I'm planning to implement a solution for combining multiple js/css files into single files in my MVC project, but currently I doubt between the following two possibilities:
Telerik Extensions for ASP.NET MVC (www.telerik.com/products/aspnet-mvc.aspx)
Combres - WebForm & MVC Client-side Resource Combine Library (combres.codeplex.com)
Does anyone has experience with one of these or maybe another combining solution? I'm particularly interested in YSlow scores (before and after) and/or compression statistics/performances.
JavaScript can be used in asp.net mvc.
The MVC model also provides full control over HTML, CSS, and JavaScript. The Model is the part of the application that handles the logic for the application data. Often model objects retrieve data (and store data) from a database. The View is the parts of the application that handles the display of the data.
You could use MvcContrib.IncludeHandling. Supports:
All happens at run-time; no build-steps etc required. No custom route required. Uses YUICompressor.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With