Categories: C#.Net

Primary Key for DataTable in C#

This article discuss how to add auto increment, Unique, and Primary Key column for C# DataTable

Categories: C#.Net

Creating Cloneable Objects in C# using ICloneable

In this article we will discuss how to clone the object in C# by using ICloneable interface.

Categories: C#.Net

Callback Interfaces in C#

This article explains about Callback interfaces in C#.

Categories: C#.Net

C# - Access External Configuration file using FileConfigurationSource

This article explains about how to access Configuration settings from External configuration file by using Microsoft Enterprise Library FileConfigurationSource class.

Categories: C#.Net, Asp.Net, Cryptography

Microsoft Anti Cross Site Scripting (XSS) Library with Example

This article discuss about Microsoft Anti Cross Site Scripting (XSS) Library and how it solves the Cross Site Scripting issues with example.

Categories: C#.Net

Indexers Usage in C#

This article discuss about indexers usage in C#, indexer advantages, and how to overload indexers.

Categories: C#.Net, Asp.Net

Multicast Delegates in C#

This article explains about multicast delegates in C# and also multicast delegate with return values.

Categories: C#.Net, Asp.Net

Delegates in C#

This article explains about delegates and it's advantages in C# with example.

Categories: C#.Net

View Assembly Contents in C# and Usage of SuppressIldasmAttribute

It explains about how to view MSIL code from any dll or exe by using ildasm.exe and advantages of SuppressIldasmAttribute.