Welcome to Geekdojo Sign in | Join | Help

May 2004 - Posts

Via Early & Adopter: And the "Best New Blog" award goes to: The Daily WFT. This rocks. Great when you need some brain candy. Subscribed, as they say. Read More
Shawn A. van Ness has posted an article with good coverage of ways of implementing ICloneable. And for the surprise conclusion - C++-style copy constructors turn out to be very helpful. Read More
Darrell Norton has posted that all the TechNet Security Briefing slides are now available from here. Read More
A year or so back I had a brief look at Alexandrescu's "Modern C++ Design". As I have reasonably extensive experience of the "xTL trilogy" of ATL, WTL & STL I had considered myself a fairly advanced user (or possibly abuser in ATL's case ;) of C++ Read More
More goodness from Hacknot. If you've not already subscribed, now would be a very good time... Read More
Now it's Eric's turn to open up a cans of worms, this time over whether methods should default to be virtual or final. Here are links to his posts (so far) on the topic. Virtual by default or not? More on virtual by default As usual, much of Read More
Via yesterday's edition of Peter Provost's GeekNotes: ADOMD.NET - Fresh out of beta! "ADOMD.NET is a .NET object model, used for building client data access applications, for accessing an XML for Analysis (XMLA) 1.1 compliant data provider, such as that Read More
[Via Tejas] My Bloginality is INTP (Introverted, iNtuitive, Thinking, Perceiving), and it's a bit too close for comfort on some of it's analysis. Not sure there's any particular relevance to blogging, though... Read More
Don adds "Deconstructing ASMX" to his previous post, "Deconstructing Remoting". There are also a couple of posts on how Indigo has been shaping up recently. Aside: Judging by the title of this post, I think I'm watching too much kid's Read More
I've recently been noticing just how self-referential my 'blog is becoming. Just like a wiki, you might say. So that would make it a bliki, I'd likely reply, as I'm a big fan of Martin Fowler (I really should have avoided using his name the day after Read More
Well, it's nothing on the scale of Ingo et al. with ThinkTecture, but I'm also on a bit of a move job-wise. I've resigned from my position at Thomson Financial (perhaps now I'll be able to read Bill Evjen's blog without feeling it's an act of corporate Read More
IanG continues his recent "mini-series" on locking in .NET with a post that redresses the balance a bit by pointing out when the ReaderWriterLock can be a better choice than his excellent Monitor-derived TimedLock (a whole Read More
Following the trail blazed by Rob Mensching's WiX toolkit, WTL has transitioned from an unsupported MS product to an open source one. Thanks go to Rob for (a) starting the trend, (b) the excellent WiX toolkit itself, and (c) alerting me to WTL's Read More
Yesterday I lamented my lack of knowledge on accessibility issues. But today, as if by magic, an automated tool appears (apologies for paraphrasing Mr Ben in a techinical post :). And where did I find out about it? Why, the PowerToys blog, of course... Read More
[Via Vijay]: Inheritance versus composition: Which one should you choose? - by Bill Venners of Artima fame. In his own words, its a comparative look at two fundamental ways to relate classes. A must read. Did I ever mention that I'd really like it if Read More
Eric has a nice post on useful approaches to localisation. I wholeheartedly agree with his suggestion of using a "string server" class, and have done so many times before. The idea of pseudo-localisation was new to me, though, but sounds Read More
This might be old news to some, but The Register's inimitable BOFH (Simon Travaglia) now has an RSS feed. Dilbert and the BOFH - what more could a developer ask for? :) Read More
Also mentioned on the PowerToys blog was AssemblyToVisio, which reminded me of a question someone posted on their blog a while back re: keeping the UML docs and code in sync. I could not find the post, but in looking did discover that a beta Read More
[UPDATE: the add-in can now be found here. Thanks to Adam Nathan for the wiki, the add-in and taking the time out to let me know of the move...] Thanks to Kent Sharkey for pointing out a most excellent PowerToys blog, and the very useful Read More
Joel has just posted his foreword to Mike Gunderloy's interesting looking new book, "Coder to Developer". Aside2: Looks like my "aside" in yesterday's post, had me well on the way to being a software developer, but unfortunately I didn't fully realise Read More
I've just read Scott's new MSDN article, which I'd been putting off for a couple of days as I thought I knew a little about the subject, having written at least one useful handler myself. What I did not realise, though, is that you can map to handler Read More
[UPDATED: On the way home I remembered the Environment.ShutdownStarted property, and an unrelated visit to Brad Abrams blog both confirmed this to be what I needed and reminded me that this post had "unfinished business"] I've recently been Read More