October 2006 - Posts
Even in the world of .NET, some things never change. You block your UI thread with a Sleep(10000) and wonder why it's not painting properly? Patient: "It hurts when I do this" Physiotherapist: "Well don't do it then" Do not block your UI thread in a non-UI
Read More...
The latest MSDN Magazine is now published and there is a great article about debugging .NET memory issues: " CLR Inside Out: Investigating Memory Issues ". I've added this to my list of .NET debugging resources which I have now changed from a blog post
Read More...
I found this article about Google's new "code search" tool rather amusing. In a manner that reminds me of the fabled warning that gets printed on some coffee cups, helpfully advising consumers that the coffee they have just bought might be hot ('hmm,
Read More...
The reason I wonder that is because our dev teams seem to be pumping stuff out the door so fast at the moment that I think they must have a special 27 hour working day unlike the 8 or 10 that the rest of us have. In no particular order we have... 1) Visual
Read More...