Performance tuning tricks for ASP.NET and IIS 7 – part 2

by Mads Kristensen 15. August 2010 20:28
In part 1 of this series, we looked at some tricks to optimize the performance of any website running in IIS 7 by only modifying the web.config. In this part we will focus on handling browser caching issues and optimize the number of JavaScript and CSS files loaded from an ASP.NET website. NB! All ... [More]

Tags: , , ,

ASP.NET

Performance tuning tricks for ASP.NET and IIS 7 – part 1

by Mads Kristensen 7. July 2010 23:55
In this first installment of performance tuning tricks for ASP.NET and IIS 7 we will look at some of the easy, yet powerful possibilities in the web.config file. By taking advantage of these few tricks we can increase the performance of any new or existing website without changing anything but the web.config file. [More]

Tags: , , ,

ASP.NET

Efficient stylesheet minification in C#

by Mads Kristensen 28. February 2010 20:00
A few weeks back i found out that the method I use to minify CSS was about 5% more efficient than the YUI Compressor. I tweeted about it and was encouraged to post the code that does the actual minification. public static string RemoveWhiteSpaceFromStylesheets(string body) {   body = Regex... [More]

Tags: , ,

ASP.NET

Use Google's Closure Compiler in C#

by Mads Kristensen 8. November 2009 15:26
A very simple and small class for utilizing the Google Closure Compiler API for minifying JavaScript. [More]

Tags: , ,

ASP.NET | Client-side

Scale in the browser

by Mads Kristensen 21. September 2009 20:17
How to use JavaScript and the browser as a tool to scale websites [More]

Tags: , ,

ASP.NET | Client-side

Get last-modified header from response in ASP.NET

by Mads Kristensen 21. May 2009 18:30
A quick and dirty method for retrieving the last-modified date of a HTTP response in ASP.NET [More]

Tags: , ,

ASP.NET | Tips and tricks

ASP.NET developer categories

by Mads Kristensen 19. April 2009 21:51
After interviewing many ASP.NET developers, an interesting pattern emerges... [More]

Tags: ,

ASP.NET | Random thoughts

ASP.NET is a database framework

by Mads Kristensen 19. April 2009 21:34
My little beef about the definition of the ASP.NET framework [More]

Tags:

ASP.NET

Add support for iPhone in ASP.NET

by Mads Kristensen 12. April 2009 20:03
How to easily utilize a few cool capabilities of the iPhone and iPod in your own ASP.NET website. [More]

Tags:

ASP.NET | Tips and tricks

YSlow: Add expires header to images in IIS 7

by Mads Kristensen 29. March 2009 18:55
How to easily improve the performance and YSlow score of your website by tweaking the web.config. [More]

Tags: ,

ASP.NET

About the slave

Mads Kristensen Mads Kristensen
Web developer at ZYB and founder of BlogEngine.NET. More...

LinkedIn ZYB Facebook Last.fm Twitter View Mads Kristensen's profile on Technorati

The Lounge

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008