November 2006 - Posts

Creating DNS A and SRV Records with C# on Active Directory and Microsoft DNS
A mechanism for manipulating DNS via code is needed. WMI never quite seemed to work, and no other mechanism exists. This blog entry explores using DNSCMD.EXE to manipulate your Microsoft DNS SErver Read More...
Production Debugging with WinDbg, Son Of Strike, and ADPlus
A Step By Step guide through tracking down a real, customer affecting, production bug. Read More...
The Case of the Interned String
String Interning can offer a significant memory win under the right circumstances. Finding and using these circumstances, and later testing them, isn't always that easy. Read More...