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.

Categories: C#.Net

Attributes and Custom Attributes in C#

This article explains about Attributes and it's advantages in C#. It also explains about how to create custom attributes and how to retrieve attribute value in C#.

Categories: C#.Net, Asp.Net

Writing Log to Event Viewer in C#

This article explains about how to write exceptions and other messages to Event Viewer in the C# application.

Categories: C#.Net, Asp.Net

Create & Read Custom Section Handlers in C# using IConfigurationSectionHandler

This article explains about how to Create and how to Read Custom Section Handlers in C# using IConfigurationSectionHandler and System.Configuration

Categories: C#.Net

Task.Factory.StartNew in C#

This article explains about how to use Task.Factory.StartNew() method to run multiple process simultaneously.

Categories: General

Examine HTTP Request and HTTP response

This article explains about HTTP Request and HTTP Response Formats by using Fiddler tool.