Getting Started with ASP.NET ClassesThe class is an object-oriented programming term to refer to a data structure that describes an object or a data member. The .Net Framework has an exclusive set of class libraries such as data access, XML support, directory services, regular expression, and queuing support.
The data access class library provides data access ASP.NET Classes to connect to SQL Server or any OLEDB provider. The XML support class library has XML Classes
go beyond
capability of MSXML. The directory services library is used to access Active Directory/LDAP using ADSI. The regular expression library supports all
above mentions ASP.NET Classes any more than that it also supports Perl 5.
All
above mentioned class libraries use
CLR base class libraries for common functionality. These base class libraries can be divided into six categories:
• Collections: Used to preserve a collection of values or objects in memory. The three commonly used collections ASP.NET Classes are ArrayList, HashTables, and SortedList. The System.Collections namespace is used to derive collections ASP.NET Classes.
• Thread Support: Used to provide fast, efficient, and multi-threaded applications. It use System.Threading namespace.