modi

Stories kicked by modi

ScottGu: ASP.NET MVC Beta(weblogs.asp.net)

submitted by RemanReman(1970) 3 years, 7 months ago

One of ScottGu´s monster blogposts read more...

1 comment |category: |Views: 393

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

HTTP handler to combine multiple files, cache and deliver compressed (msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 8 months ago

An HTTP handler that combines multiple CSS, Javascript or URL into one response for faster page load. It can combine, compress and cache response which results in faster page load and better scalability of web application read more...

add a comment |category: |Views: 23

tags: another

Fast ASP.NET web page loading by batching javascripts downloads(codeproject.com)

submitted by landonblandonb(145) 4 years ago

Hack for the .Net script manager to pull all needed javascript files at once and push them to the bottom of the html to speed up rendering. read more...

add a comment |category: |Views: 348

tags: another