Recent Articles
Monday, July 14, 2008 | Brock Weaver
So you write this great section of .NET code that addresses a need lots of people are having. You want to share it with the world so others don't fumble around as much as you did. Or maybe you just need to document it in an HTML-based repository. You go to post the code on your blog or website -- and realize when you try to copy from VS.NET, it does it in Microsoft's RTF format instead of HTML as you need. More...
Tuesday, November 27, 2007 | Brock Weaver
Suppose we have the following sample code (assuming you're using System.DirectoryServices and your project has references to System.DirectoryServices and CDOEXM): More...