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, 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: Asp.Net

Binding ObjectDataSource Control to a LINQ to SQL in ASP.NET

This article discuss about how to bind LINQ to SQL object to ObjectDataSource control.

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: Asp.Net

Binding ObjectDataSource Control to a DataSet

This article discuss about how to bind ObjectDataSource to DataSet Control and how to display the data using Gridview through ObjectDataSource control.

Categories: Asp.Net

Create Cookies, Read Cookies, Delete Cookies in ASP.NET

This article explains about different types of Cookies in Asp.Net and Temporary Cookies, Persistent Cookies in Asp.Net and how to create, read, delete cookies in Asp.Net