In a recent interview I have been asked What is SOAP? Is it a Protocol or Message Pattern. It’s stupid that i was confused by the question and simply said “Message Exchange Pattern”, to my knowledge As the name states it’s a Protocol. Message Exchange Pattern(MEP) is part of a SOAP, where the description of […]
Read more โSearch Results for: name
Dynamically Changing ASP.NET Content Page’s Master Page in runtime.
It was been quite confusion for people, how we can apply a master page for a content page dynamically on it’s run time. It’s quite easy the content pages OnPreInit() event you could do that. In the Onpreinit() event set the Page.MasterPageFile property with the name of the master page you want to use/apply for […]
Read more โSubscribe to my blog
Subscribe to RSS Feed through here Subscribe to RSS through Email Feed Enter your email address: Subscribe to Email Feed
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 โ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 โ