Welcome to MSDN Blogs Sign in | Join | Help

Notes from a dark corner

Debugging ASP.NET, the CLR and anything that uses clock cycles.

News

  • These postings are provided as is with no warranties, and confers no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.

September 2008 - Posts

Make sure your test data is right for the job
I helped out one of colleagues recently whose customer's application hit high CPU in one test environment but not another. The reason for that was that contrary to what they thought, the test data used in one environment was not the same as in the other. Read More...
Link: Useful article on ASP.NET Performance...
Over on the "ACE Team" blog there's a useful blog post with some performance tips for ASP.NET sites . The point about batch compilation and Debug="true" was certainly correct for version 1.1 but I think in ASP.NET 2.0 they are decoupled Read More...
Weird wireless adapter stuff: lesson learned - get the right drivers
My work laptop is a Dell Latitude D630 which I've set up to dual boot between Windows XP and Windows Server 2008 x64. I got it fairly recently so I am still "tweaking" it, trying to get everything working smoothly. The wireless adapter is an Read More...
Page view tracker