The "time-taken" field in IIS logs can be useful for figuring out whether your web site is performing as well as expected. Starting with IIS6, this value includes the time for the response to be fully received by the client, unlike in previous versions
Read More...
I came across this interesting profile of Scott Guthrie. It covers some of the history of how ASP.NET came about as well as how ASP.NET was the first product to take a big bet on the CLR. If you don't subscribe to it already, I would strongly recommend
Read More...
Came across this article recently (someone pointed it out to me but I can't remember who, sorry). It has 15 timeless tips for ensuring your ASP.NET applications perform well. Talking about performance, if you are looking for a tool to test your application's
Read More...