VS 2010 Deployment (Package, One click deploy and Web.config transformation)
In this article we will discuss about 3 important features provided by VS 2010 to ease our deployment task on production and other environment. We will first start with understanding problems with deployment and then move ahead by creating packages , one click deploy and web.config transformation.
Categories: Communities
How to: Implement UPSERT () Method in C#
In this article you will learn how to Implement UPSERT () Method in C#.
Categories: Communities
Expand and Load: Fetching related entities in WCF Data Service
In this post, I will show you how to retrieve data from related entities in WCF Data Service.
Categories: Communities
Disable a submit button during Post Back
This article will help you with a small sample. You can restrict multiple button submission by using method ClientScript.GetPostBackEventReference (for more information, please Bing/Google).
Categories: Communities
How you make a dll file which contains the icon set like "SHELL32.dll"
Here I describe how you make a dll file which contains the icon set like "SHELL32.dll".
Categories: Communities
ADO .NET Evolution: Part I: 2-Tier to 3-Tier
This article will guide you to migrate your application from 2-Tier architecture (was possible in VB6.0, .net 1.0/1.1) to the most advance Data Access methodology available in .Net 4.0.
Categories: Communities
ADO .NET Evolution: Part-I: 2-Tire to 3-Tire
This article will guide you to migrate your application from 2-Tire architecture (was possible in VB6.0, .net 1.0/1.1) to the most advance Data Access methodology available in .Net 4.0.
Categories: Communities
Dependency properties in Silverlight
This article is taken from the book Silverlight in Action, Revised Edition. The author discusses dependency properties, which can be data bound, the target of an animation, or set by a style. He also shows how an object can be bound to elements within a DependencyObject.

Categories: Communities
Help Technique in Web applications
Help is a most important part our web applications, as mostly we don't notice it, but sometimes is plays a very big role for saving our time and work.
Categories: Communities
How to use google ajax search api to embed video searh in web application:
Google has launched Ajax API for different purposes “video search” is one of them.
Many user's gets confused all about it many times how to get google key, how to embed video search in web application. So here I am explaining how to use video search in web application.
Categories: Communities
Uppercase and Lowercase Strings in C#
This code snippet shows how to make a string uppercase and lowercase using String class methods.
Categories: Communities
Add, Remove, Replace Strings in C#
This code snippet shows how to add, remove and replace strings in C#.
Categories: Communities
Copy and Concatenate String in C#
This code snippet shows how to copy and concatenate strings in C#.
Categories: Communities