March, 2010

Announcing NAntGraph2

The original NAntGraph, released in December 2008, is now superseded by NAntGraph2, a complete rewrite that leverages a different graphing library, GraphViz.

What is NAntGraph? NAntGraph is a documentation tool designed to make it easier to understand NAnt or Ant build files.

Smart Code

Thanks to everyone who came along to the Wellington .NET User Group tonight to hear my presentation "Smart Code".

My slides are now available for download as a PDF; I'll get the code up tomorrow once I've had a chance to prune the download size.

Update 18/3: Code file is now attached.

Upcoming Presentation: Smart Code

Update: Tomorrow!

Next week on Wednesday, 17th March, I'll be giving a presentation at the Wellington Dot Net User Group entitled "Smart Code".

Here's the advertising blurb:

Using Windows SignOn with PowerBuilder and SQL Server

Following The Good Samaritan Principle, here's a tip for people using PowerBuilder against a SQL Server back end with single-sign-on.

Catching 'Exception' is Bad? Isn't It?

We all know that catching Exception is a bad idea - for all sorts of reasons.