Main contents

FxCop-compliant Exceptions (Code Snippets vs. Item Templates)

19 October 2005

Mr Haack posted recently about a topic near and dear to my heart: inheriting from Exception. To keep FxCop quiet, there is a surprising amount of code to write when creating your own exception types, as Phil notes: make it serializable, implement four constructors, etc. It can be tedious to do that every time you create [...] Read more »

Posted in Note to self... | 1 Comment »

Drinking from a Firehose

16 September 2005

It looks like another PDC is about to wind down. Just like last time, the amount of information is overwhelming. Nothing revolutionary this time, but some exciting stuff nevertheless. By far the most exciting is LINQ (Language INtegrated Query): it’s got a catchy name and it’s got unbelievable power and potential. The coolest thing about [...] Read more »

Posted in Note to self... | No Comments »

Computer Books Every .NET Programmer Should Own

16 May 2005

Given my natural distaste for Computer Books, and my penchant for lists, here are my picks for Computer Books That Don’t Suck (.NET Version): Essential .NET by Don Box. You’ll need a quiet room for this one. Windows Forms Programming in C# by Chris Sells. The reference for WinForms. Advanced .NET Remoting by Ingo Rammer. [...] Read more »

Posted in Uncategorized | No Comments »

Announcing Subtext

6 May 2005

Phil Haack has decided to fork .Text, my blogging engine of choice, and I couldn’t be more excited. I batted around the idea of writing my own from scratch, or forking it myself, but I just didn’t have the balls. Fortunately, Phil does have the balls. Since I’ve been using .Text for almost a year, [...] Read more »

Posted in Uncategorized | No Comments »

Firefox Authenticates when launched in VS 2005

20 April 2005

Firefox is my default browser. I imagine others have the same default browser. These bug reports in the Product Feedback Center will help you out: To avoid the issue: Visual Studio 2005 Beta 1 ignores default browser when debugging. I prefer this one; I just switch VS’ default to IE. Saves me tweaking Firefox settings. It [...] Read more »

Posted in Uncategorized | No Comments »