CSharp

List of Codesnippets in CSharp

How to compress file in C#

in this codesnippet, i would describe how we can compress files with C#.Read more..
By: RRaveen   |    On:  6/17/2010 9:10:11 PM   |    Article

How to use BigInteger numbers in C#

In this article I will show you about using BigInteger Class of the framework 4.0.Read more..
By: kirtan007   |    On:  6/22/2010 9:11:10 AM   |    Article

Initialize Dictionary Collection Using New Features in C# 3.0

The C# 3.0 has lots of new features and new ways of object initialization. In this snippet I will show how to Initialize Dictionary Collection object with new feature using C# 3.0Read more..
By: RRaveen   |    On:  12/25/2010 10:17:24 PM   |    Article

DateTime Formatting in C# with Examples

Format the DateTime in C# different ways.Read more..
By: RRaveen   |    On:  7/3/2010 3:45:52 AM   |    Article

How to get First, Last and No Of days in month using C#

This snippet has methods to get the first/last day of the month and No of days in month.Read more..
By: RRaveen   |    On:  9/28/2010 9:07:01 PM   |    Article

How to read all countries using C#

We can use CultureInfo & RegionInfo class for getting all the countries information. From the CultureInfo class, we can get all the Culture information available in .Net Framework.Read more..
By: Prabu   |    On:  7/11/2010 1:21:43 AM   |    Article

How to get all Culture information using C#

The CultureInfo class will provide us all Culture information available in .Net Framework. You can use CultureInfo.Get Cultures static method for getting all the culture information.Read more..
By: Prabu   |    On:  7/11/2010 1:26:51 AM   |    Article

How to write Gridview data to XML file in .NET

In this snippet I will show how to convert DataSet to XML in .NET. The DataSet is flexible .NET Objects to convert Xml with WriteXml() method.Read more..
By: youngmurukan   |    On:  12/29/2010 9:06:45 PM   |    Article

How use the parameterized queries in C#

How use the parameterized queries in C#Read more..
By: amalhashim   |    On:  4/5/2010 8:52:19 AM   |    Article

how to Disable Network using C#

In C# there are several ways to interact with network interfaces. Which include WMI, NetworkInformation Namespace, Win32 API’s etcRead more..
By: amalhashim   |    On:  4/12/2010 10:21:42 AM   |    Article

Collection Initializers in C# 3.0

How to initial collection in Csharp 3.0 with .NET framework 3.0 or later version.Read more..
By: ayyanarj   |    On:  5/7/2010 9:28:16 PM   |    Article

How to add components at run time in C#

How to add components at run time in C#Read more..
By: hamzka   |    On:  4/17/2010 1:50:57 AM   |    Article

To Know the Number of Days between two dates

To Know the Number of Days between two datesRead more..
By: Troy   |    On:  2/15/2010 11:36:08 PM   |    Article

How to check Server is Alive using C#

In this snippets,i will show how to server is alive using C#.Sometimes you may have to verify server is alive before connect to server.Read more..
By: abhi2434   |    On:  12/2/2010 8:04:39 AM   |    Article

Convert Value Type to Byte Array and Vice Versa in C#

In this codesnippet you will learn how to convert decimal to byte array and byte array to decimal again.Read more..
By: kirtan007   |    On:  6/19/2010 9:14:58 PM   |    Article

Parameter Arrays in C#

In normal function we can allow fixed number of function argumentsRead more..
By: kirtan007   |    On:  7/17/2010 10:12:24 AM   |    Article

Method overloading by return type on C# is not permitted.

Method overloading by return type on C# is not permitted.Read more..
By: helloraj   |    On:  6/6/2010 11:07:14 AM   |    Article

Open Outlook email window using C#

Open Outlook email window using C#Read more..
By: RRaveen   |    On:  2/15/2010 10:59:47 PM   |    Article

How to sort custom collection using C#

In this code snippet, i have describe how to sort custom collection using IComparerRead more..
By: RRaveen   |    On:  6/15/2010 4:47:12 AM   |    Article

How to remove Duplicate elements from ArrayList in C#

In this code snippet, I have describe how to remove the duplicate elements from the arraylistRead more..
By: RRaveen   |    On:  6/21/2010 10:20:46 PM   |    Article

How to decide a website running in Linux in C#

How to decide a website running in Linux in C#Read more..
By: RRaveen   |    On:  8/15/2010 9:06:21 AM   |    Article

The collection of extension methods in C#

In this codesnippet, you can see examples for extension methods in C#Read more..
By: RRaveen   |    On:  8/15/2010 9:18:18 AM   |    Article

Reverse String in C# and VB.NET

In this snippet, I will show how to print a string in reverse using C# or VB.NET.I have read in forums there is many users asked this question.Read more..
By: RRaveen   |    On:  12/12/2010 9:28:25 PM   |    Article

How to Remove Duplicate Words in String using C#

I have read in forums there are many users asking questions about removing duplicates words from the string; remove duplicate elements from the ArrayList.So this snippet shows how to remove the repeating words in string using c#.Read more..
By: RRaveen   |    On:  12/13/2010 1:32:05 AM   |    Article

How to Remove Duplicate Elements from Generic List using c#

This is very simple snippets to remove the duplicate or repeating element in generic list using C#. The Generic list is good collection to support multiple data type and reduce the casting operation.Read more..
By: RRaveen   |    On:  12/13/2010 7:41:26 PM   |    Article

How to export DataTable to a csv File using C#

How to export DataTable to a CSV File using C#Read more..
By: shanaj   |    On:  4/13/2010 9:50:57 AM   |    Article

Custom Gradient Button with hover Effect C#.NET

In this code snippet, i have describe to create a custom button with hover effect.Read more..
By: jalpesh   |    On:  6/21/2010 11:24:28 AM   |    Article

How to use the progressbar in windows forms

How to use the progressbar in windows formsRead more..
By: NikhilJohari   |    On:  4/24/2010 8:58:57 PM   |    Article

How to create Gradient background control in C#

C#.Every time you need gradient background for a particular control to make your windows application look more visual and appearanceRead more..
By: jalpesh   |    On:  6/26/2010 3:12:51 AM   |    Article

Control the Appearance of Console Application

This article will teach you about how you can control the appearance of the console application.Read more..
By: kirtan007   |    On:  6/28/2010 7:35:46 AM   |    Article

How to Disable Close Button in Title bar of a Windows Form

In this snippet, i will show to How to Disable Close Button in Title bar of a Windows FormRead more..
By: abhi2434   |    On:  11/11/2010 9:03:14 AM   |    Article

Programmatically Taking a Screen Snapshot

Programmatically Taking a Screen SnapshotRead more..
By: Geming Leader   |    On:  5/15/2010 4:27:40 AM   |    Article

Creating System Wide HotKey in C#

Creating System Wide HotKey in C#Read more..
By: shanaj   |    On:  4/13/2010 9:38:56 AM   |    Article

Downloading files from FTP using .NET

Downloading files from FTP using .NETRead more..
By: shanaj   |    On:  4/13/2010 9:42:47 AM   |    Article

Uploading files to FTP using C# .NET

Uploading files to FTP using C# .NETRead more..
By: shanaj   |    On:  4/13/2010 9:45:27 AM   |    Article
^ Scroll to Top