Code Contracts in .NET

  • 1 minute to read
I have previously talked about code contracts in .NET 4.0, and while .NET 4.0 isn’t out yet you can work with them now in Visual Studio 2008 through MSDN DevLabs. In case you aren’t familiar with code contracts in .NET, this is a... Read more

MVP Summit 2009 Twitters

  • 3 minutes to read
If you’re at MVP Summit 2009 (or not at Summit) and trying to find people to follow I’ve started putting together a list of MVPs and Microsoft employees that I know who are here. Everyone should be using the #mvp09 hashtag for their tweets, so you can follow the conversations... Read more

Tampa Bay IASA February 2009 Meeting Reminder

  • 2 minutes to read
Just a quick reminder that the February 2009 meeting is tonight from 6:30 PM - 8:30 PM (ET) at the Microsoft office. *Please be sure to register so we have a good idea of how much pizza to order. Code Generation with T4 and Visual Studio Why write repetitive... Read more

South Florida Code Camp 2009

  • 1 minute to read
I wanted to thank Dave and everyone else who helped coordinate the South Florida Code Camp this year. It was an excellent event and I believe the final number of attendees was a little over 700, which makes this the largest known code camp in the world. For those... Read more

Visual Studio 2008 Debugging – The Watch Window

  • 3 minutes to read
The Watch window (actually there are four different Watch windows you can use) is easily the most powerful aspect of the Visual Studio debugger and the underlying technology it uses actually surfaces in several places: Watch Autos Locals Quick Watch “Data Tips” (the debugging tool tips that appear when... Read more