Hands-On Labs for Microsoft Enterprise Library 5.0
A set of Hands-on Labs for the Microsoft Enterprise Library 5.0. Use this set of Hands-on Labs as a guide to learn about the application blocks included with Microsoft Enterprise…
Visual Studio® 2010 Web Deployment Projects – RTW
Visual Studio 2010 Web Deployment Projects is an add-in to Visual Studio 2010 which provides compatibility with both Visual Studio 2008 Web Deployment Projects and Visual Studio 2005 Web Deployment…
Microsoft’s Windows 7 RTM Download Manager
A free download manager designed to integrate seamlessly with Windows 7 is now available from Microsoft. Dubbed the Microsoft Download Manager, the utility is designed, as the label implies, to…
SharePoint 2010 Reference: Software Development Kit
The Microsoft SharePoint 2010 Software Development Kit (SDK) includes documentation and code samples for Microsoft SharePoint Foundation 2010 and for Microsoft SharePoint Server 2010, which builds upon the SharePoint Foundation…
Recursive Retrieval of Directory Structure in C#
This code snippet will retrive/enlists all files and folders in Directory and sub directories in Recursive traversal. See the Code Snippet below. using System; using System.IO; namespace ConsoleAppDemo { class…