FxCop 1.36 RTM

  • 1 minute to read
I have always been a huge fan of FxCop, especially FxCop 1.36 even though it was a beta release for a long time. I’m happy to say (a bit late) that FxCop 1.36 has finally been released. Some of the improvements are: 200+ bug fixes that reduce noise,... Read more

Check In Early, Check In Often

  • 2 minutes to read
Jeff Atwood talks about what he considers the “Golden Rule” of source control: Check in early, check in often. For Jeff, it seems, going more than 1 day without checking in code is too long and will cause integration headaches down the road. I completely agree with... Read more

Axialis IconWorkshop Lite

  • 1 minute to read
Axialis Software and Microsoft worked to create a free Visual Studio add-in to create an icon editing tool that allows you to create high-quality 256x256 PNG-compressed icons for Windows Vista. The editing experience, both inside and outside Visual Studio, is very easy to use and provides various tools, filters, and... Read more

Document Map Margin in Visual Studio

  • 1 minute to read
Earlier this month Charlie Calvert introduced a potential new feature called Document Map Margins (DMM). The idea behind DMM is to make it easier for you to find and track important features in your code by visualizing the entire file. Overall I like the idea of DMM as... Read more

Visual Studio Optimizations

  • 2 minutes to read
There are always a lot of posts about various add-ins, code snippets, macros, and other utilities that are designed to make you, the developer, more productive within Visual Studio as an editing environment. However, there seem to very few posts that talk about how to actually improve the performance of... Read more