June 2004 - Posts
I am constantly using remote debugging. I have one ‘development’ machine. On this machine, I have Visual Studio 2005 and an environment setup to build whatever version of VS I want. Then I have a bunch of test machines which run debug versions
Read More...
My wife is currently in graduate school in Lincoln Nebraska. She started last Tuesday and will be there until December of 2005. I am currently sitting in the Denver airport waiting to board a plane to go see her. Anyway, I hope to visit Nebraska many
Read More...
I would like to advocate designing code so that it is easier to debug. When write code, we thinking about many different things: What edge cases am I missing? How will this code perform? How readable is this code? etc. But most programmers, even really
Read More...
In Cyrus’s last post ( http://blogs.msdn.com/cyrusn/archive/2004/06/07/149893.aspx ) he wrote: “...i got a great email from Neil pointing me to this article on fibers and coroutines in .Net “ I am not sure I can say this strongly enough.
Read More...