Month: February, 2007

Mark Russinovich is Essential Reading

If you consider yourself a serious Windows dev and you aren’t reading Mark’s blog, well, shame on you. Go there, now.

12 February, 2007 (14:11) | Tech | No comments

How To Break GPMC - Part 1

The Group Policy Management Console creates an XML report when you back up a GPO.  One of the things stored in that report is the name of the GPO.  That name is stored in a CDATA block and does not split the triad “]]>”.  Therefore, if you try to back up a GPO with a [...]

11 February, 2007 (00:41) | Tech | No comments

Sometimes FxCop Is Ahead Of The Framework

Today at work, two of us on my team were presented with a violation of FxCop rule CA1300.  The violation, in this case, discusses using an overload of the MessageBox.Show method that does not specify the reading direction (i.e. right to left or not).  The recommendation for fixing the violation is to search the parent [...]

6 February, 2007 (23:09) | Tech | No comments

Web Services Is Not The Web

Tim pointed at an interesting position paper by Nick Gall, VP Gartner.  The last few paragraphs really hit home for me.  Allow me to quote the parts I found most interesting…
The large set of WS-* specifications is almost entirely focused on recreating traditional middleware capabilities using XML as the syntax [...]While there is nothing wrong [...]

5 February, 2007 (15:22) | Tech | 1 comment

.Net Performance Numbers

Rico Mariani has posted a list of all the methods in the .Net Framework and their relative costs as measured by number of allocations.  Handy stuff.

4 February, 2007 (17:48) | Tech | No comments

Distant Precipitation

What does this mean?

4 February, 2007 (17:41) | Uncategorized | 1 comment

Unblocking Many Executables

I downloaded the awesome SysInternals Suite this afternoon for my laptop.  Many, if not most, of these apps are command line utilities.  However, because they came from the web, Vista (or XP SP2, if that’s your flavour) won’t let you run them from the command line until you open the file properties dialog and click “Unblock”.  Except [...]

4 February, 2007 (16:51) | Tech | No comments

PDF Reading Alternatives?

I’d love to get rid of Acrobat Reader.  I only look at the odd PDF here or there and I don’t need something loaded on startup.  Also, it drives me nuts that Adobe puts their software update folder right in the middle of my documents folder.
I thought maybe I could just use Word, as it [...]

4 February, 2007 (16:04) | Tech | No comments