Skip to content

C-Sharpcorner - Latest Articles
Syndicate content
Watch articles from C# Corner
Updated: 8 hours 50 min ago

How to: Implement UPSERT () Method in C#

Mon, 08/23/2010 - 08:24
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

Mon, 08/23/2010 - 08:12
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

Mon, 08/23/2010 - 07:25
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"

Mon, 08/23/2010 - 06:21
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

Mon, 08/23/2010 - 05:37
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

Mon, 08/23/2010 - 05:37
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

Substring in C#

Sun, 08/22/2010 - 16:35
How to get a substring from a string in C#.
Categories: Communities

Split String in C#

Sun, 08/22/2010 - 16:22
How to split string in C#.
Categories: Communities

Help Technique in Web applications

Sat, 08/21/2010 - 20:20
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:

Sat, 08/21/2010 - 16:22
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

Padding Strings in C#

Sat, 08/21/2010 - 15:19
This code snippet shows how to pad strings in C#.
Categories: Communities

Padding Strings in C#

Sat, 08/21/2010 - 15:19
This code snippet shows how to pad strings in C#.
Categories: Communities

Trim String in C#

Sat, 08/21/2010 - 15:18
This code snippet shows how to trim a string in C#.
Categories: Communities

Format String in C#

Sat, 08/21/2010 - 15:16
This code snippet shows how to format strings in C#.
Categories: Communities

Format String in C#

Sat, 08/21/2010 - 15:16
This code snippet shows how to format strings in C#.
Categories: Communities

Uppercase and Lowercase Strings in C#

Sat, 08/21/2010 - 15:14
This code snippet shows how to make a string uppercase and lowercase using String class methods.
Categories: Communities

Add, Remove, Replace Strings in C#

Sat, 08/21/2010 - 15:12
This code snippet shows how to add, remove and replace strings in C#.
Categories: Communities

Copy and Concatenate String in C#

Sat, 08/21/2010 - 15:08
This code snippet shows how to copy and concatenate strings in C#.
Categories: Communities

Compare Strings in C#

Sat, 08/21/2010 - 15:06
This code snippet shows how to trim strings in C#.
Categories: Communities

BackgroundWorker in C#

Sat, 08/21/2010 - 01:59
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