Description of Taking Advantage of .NET Framework Classes - Part 1 :
Taking Advantage of .NET Framework Classes - Part 1 is a tutorial which discusses about the system classes, assemblies and namespaces of the .NET framework. .NET framework contains ASP.NET, the Common Language Runtime (CLR)and the .NET Framework classes which helps you for developing and executing .NET applications. Assembly is EXE or DLL file that contains the class. Namespace contains a collection of classes. In this tutorial the author lists various namespaces of the ASP.NET.