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
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
BackgroundWorker in C#
A BackgroundWorker component executes code in a separate dedicated secondary thread. In this article, I will demonstrate how to use the BackgroundWorker component to execute a time consuming process while main thread is still available to the user interface.
Categories: Communities