23 March 2010 0 Comments

ASP.NET Performance: Get Rid of HTTP 401 and HTTP 304

      Making fewer calls to IIS web server improves your ASP.NET application’s performance, or more precisely, it improves UI responsiveness or, even more precisely, it improves UX, the User Experience. Better User Experience leads to better adoption.  Quick Resource Box Free Web Performance Tools From Microsoft, Google, Yahoo, And IBM Performance Tuning with Fiddler 12 Steps To Faster Web Pages With Visual Round Trip Analyzer Rules for high performance web pages Web Performance Best Practices In this post I will share how to improve User Experience by reducing the number of HTTP 401 and HTTP 304 responses. The Impact of HTTP 304 In general HTTP 304 is returned by web server when the browser is not really sure about up-to-date’ness of the resource

28 June 2009 0 Comments

How To Generate Unit Test Using WCF Load Test – Quick Steps

      This is quick summary of steps for creating WCF Unit Tests using WCF Load Test available for free on Codeplex. This quick summary created based on the Lab materials that ship with the tool . Quick Resource Box WCF Load Test Summary of steps Step 1