

Speed Up The Web Part III
Boy oh boy, it's about time we go another one of these "Speed Up The Web" articles out here. As with our last article we showed you how you can develop your ASP.Net website and automatically concatenate your scripts and stylesheets. This article will show you a nice and easy…IIS WarmUp Part II
I explained in my earlier post the importance of "warming up" your sites in IIS, especially using the latest .Net frameworks. Here is a major update to the code posted in that post. This one will allow you to "warm up" every site in IIS on your server. All you…URL Rewriting without 3rd Party Add-Ons
.Net 3.5 Brought to developers of MVC applications the wonderful world of Page Routing. This allows us .Net developers to not have to worry about SEO friendly URLs (pretty much) any more, as we can simplify the URL rewritting process and get rid of those pesky 3rd party add-ons. .Net…Speed Up The Web - Part II
Welcome my friends to a second installment and follow-up to our Speed Up The Web series. In this installment we will be discussing another similar technique that was previously discussed in Part I. Minifying and Concatenating your stylesheets and javascripts. The previous process discussed a method to do this for…- 1
- 2