Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

Browse by Tags

All Tags » Performance   (RSS)
Steve Souders Front-End Performance on DotNetRocks
One of my favorite web development books is Steve Souders High Performance Web Sites from O’Reilly. In fact I created a session I give from time to time at Code Camps and never have enough time! Yesterday’s DotNetRocks episode is an hour long discussion Read More...
Setting Up Compression with IIS
One of the most commonly missed features of setting up a web server is configuring compression. All modern Browsers support both GZip and Deflate compression for content. All commercially viable web servers support GZip and Deflate compression types. Read More...
ASP.NET Performance Tips and Tricks for the Front-End
Thanks to everyone for attending my presentation at the Raleigh Code Camp . I was surprised at the turn out and you guys asked a lot of great questions. I wanted to post my slide deck for you guys. I will post a little sample project in the next day or Read More...
NJ Code Camp Wrap Up
What a day! I have to tell you when I decided to speak at the NJ Code Camp I was not expecting to have 15 solid hours of great .NET learning and fellowship. I made a lot of new friends and learned some valuable things about .NET technologies, how they Read More...
Persist the ViewState and Increase ASP.NET Performance
At the Richmond Code Camp I went over some of my tips and tricks to get ASP.NET to perform as fast as possible. One of the biggest things you have to do is reduce the size of your ViewState and also move it to the bottom of the page . It was brought to Read More...