Categories: C#.Net, Asp.Net

CacheDependency in ASP.NET C#

Here we discuss how to cache the XML file data and CacheDependency in Asp.Net.

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

Automatic Unit Test Generator for Microsoft Visual Studio 2015

In this article we discuss how can generate Unit Tests for C# methods in Microsoft Visual Studio 2015.

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, 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, 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.