Categories: C#.Net, Asp.Net

Cross-Site Scripting (XSS) in .NET

This article discuss about Cross-Side Scripting(XSS) affects the web applications, how to avoid Cross Side Scripting in .Net.

Categories: C#.Net

Boxing and Unboxing in C#

This article explains about Boxing and Unboxing techniques in C#, how to store the value type variable in reference type variable.

Categories: C#.Net, Asp.Net

Entity Classes and Entity Objects in C#

This article explains about how to use Entity classes, Entity Objects in C#.Net and how Entity object increases the performance.

Categories: C#.Net

Indexers in C#

This article discuss about Indexers in C# and what are the advantages of Indexers in .Net

Categories: C#.Net, Asp.Net

Load User Controls Dynamically in ASP.NET, C#

This article explains how to load web user control dynamically in Asp.Net, how to fire user control button click event when user control loading dynamically in Asp.Net.

Categories: C#.Net, Asp.Net

Garbage Collection in .Net

This article discuss about Garbage Collection in .Net and how Garbage Collection improves the .Net application performance by deleting the unused objects from memory.

Categories: C#.Net

goto Statement in C#

This article discuss about goto statement in C# and its advantages.

Categories: C#.Net

Working with Files, System.IO namespace in C#.Net

This article explains about how to create file, write to file, read from file, System.IO namespace, FileStream class and FileMode in C#.NET.