← All posts

Author: Richard Hundhausen

SOAP Tracing Tools

Jun 19, 2004  •  1 min read  •  Richard Hundhausen

If you are doing any serious Web Service development, you'll need a good tracing tool -- something that watches HTTP traffic and logs the requests and resonses, so you can see what SOAP …
Read more →

Life

Code Complete (2nd Edition)

Jun 19, 2004  •  1 min read  •  Richard Hundhausen

Steve McConnell's must-own book gets a service pack and hits the street this month. Read more about it at the official Website, Microsoft Press, and Amazon.com.
Read more →

Life

Portals for Mere Mortals

Jun 17, 2004  •  1 min read  •  Richard Hundhausen

Was thinking today of all of the portal options avaiable and decided that there were too many to remember (rule of 7), so I thought I'd enumerate them, with hyperlinks, for future recall. Rainbow …
Read more →

Life SQL Server

The "Unit of Work" Pattern

Jun 15, 2004  •  1 min read  •  Richard Hundhausen

Had a student ask me about this one today, so I investigated further. It seems that this is the design pattern which keeps a list of objects (or records) affected by a business transaction and …
Read more →

Life

No-Touch deployment in .NET

Jun 14, 2004  •  1 min read  •  Richard Hundhausen

Wanted to list a few good resources here for this technology: Chris Sells' article on command line arguments Launching No-Touch Deployment Applications with Command Line Arguments Chris Sell's …
Read more →

Life