In recent interview in a company the panel has asked some of the candidate over there, “what is the difference between 3-tier vs 3-layer architecture?”. People might think both are same, but there are few differences actually based upon how the components are implemented and used across the software projects and solutions. I found an […]
Read more โMonth: May 2010
Favourite Quotes of the Day
“When one door of happiness closes, another opens; but often we look so long at the closed door that we do not see the one which has been opened for us.” - Helen Keller “A person who has never made a mistake has never tried anything new.” - Albert Einstein “In every person who comes near you […]
Read more โILMerge
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 merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly […]
Read more โ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 Library 5.0 and practice how to leverage their capabilities in various application contexts. It includes Caching, Configuration Sources, Cryptography, Data Access, Exception Handling, Interception, Logging, […]
Read more โ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 Projects. Web Deployment Projects provides developers with advanced compilation options. A Web Deployment Project is an extensible msbuild script, enabling web developers to create pre-build […]
Read more โ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.
Read more โ