Subscribe to RSS Feed through here Subscribe to RSS through Email Feed Enter your email address: Subscribe to Email Feed
Read more โSearch Results for: name
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 โ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 โSQL Tip: Replicating Structure of a Table to a new table (Where 1=2)
As SQL Developers we will have a requirement like we might need to create a temporary table, which would replicate the exact structure of a table, through SQL Queries. For example We have a table Customers, you want to create a new table(Customers1) temporarily for testing purpose or something. You might directly think it’s pretty […]
Read more โASP.NET Page Life-Cycle Events
Since the beginning days i was working on with ASP.NET 1.1, quite familiar with the life-cycle events within the ASP.NET 1.1. But still it will be difficult to remember everything, when we are asked unexpectedly, since my memory management is poorer. :-). Recently in one interview, while doing the management round interview discussion, i have […]
Read more โ