ASPNET Articles
Web.Config file Settings
1 Applications of XML have been integrated into .NET to such an extent that XML is hardly a buzzword anymore.
ASP.NET Session
2 There are 3 modes of session in ASP.NET. Inproc,State server, Sql server. This article will explain them in detail.
Session management in sqlserver
3 Once you start running multiple web servers for the same web site, the default asp.net session state, InProc, is no longer useful.
Differences Among the DataGrid, DataList, and Repeater
4 The main similarity between the DataGrid, DataList, and Repeater Web controls is that all three have a DataSource property and a DataBind() method.
Generics
5 Generics introduce to the .NET Framework the concept of type parameters, which make it possible to design classes and methods that defer the specification of one or more types until the class or method is declared and instantiated by client code.
1