I will be presenting sessions at the Speaking at the Visual Studio 2005 Experience on July 28th. My sessions will be on Visual Studio 2005…
Author: Trux
An excellent post by Pablo Castro of the ADO.NET team explaining the mechanics of how batch updates work with ADO.NET 2.0 and Sql Server 2005.
Learn how to leverage Active Directory in your .Net apps: The .NET Developer’s Guide to Identity
No need to create a function yourself or reference a VB library: A great post by Rick Strahl: public static string TitleCase(string input) { …
When creating VSTO documents that use an Action Pane, the Action Pane gets “lost” if you open another non-VSTO document. The Action Pane is hidden…
An awesome post by Jessica Fosler about finding memory leaks.
With extensive use of the ListObject in an Excel VSTO project, I have identified a second actual bug in the ListObject. This one also has…
I just learned about a FREE .Net training event being held in Ann Arbor, MI on May 13th, 2006: Day of .Net! Check out the…
I am working on an ASP.Net app that usesWindows authentication for users. I have a certain section of the app, the “Administration” set of pages…
Thinktecture has released a Visual Studio 2005 compatible version of their free WSCF tool. WSCF is a Schema-Based Contract-First Web Services code generator. It allows…