ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and […]
Author: Nithin Mohan TK
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 […]
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 […]
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, […]
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 […]
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. [code lang=”c-sharp”] using […]