April 2007 - Posts
Are you still using the default Task Manager? That's so 2006. All the cool kids are using Process Explorer . Microsoft bought the product a year or two ago and it's free for the taking. The first thing you'll want to do when you fire it up is click Options
Read More...
Did you know that in Visual Studio you can pause and drag the yellow arrow around to rerun a portion of code? This doesn't undo any state changes that were made, but sometimes it's useful and saves a bunch of time restarting the project just because you
Read More...
Did you know that method existed? I just saw it for the first time in IntelliSense. I did mostly ASPNET development work when 2.0 was released so I guess I never noticed it. This is a great one to keep in the back of your mind. public void DrawToBitmap
Read More...