Continued from page 1
• Code generation: Used to covert ASP.NET pages into ASP.NET Classes and to generate source files in multiple languages. The System.CodeDOM is used to derive
code generation ASP.NET Classes.
• IO: Used to work with files and all other stream types. It uses System.IO namespace.
• Reflection: Used to provide support for load assemblies, inspecting types within assemblies, and createing instances of types. It uses System.Reflection namespace.
• Security: Used extensively to build a security strategy for ASP.NET pages. It also provides some base services such as authentication, authorization, permission sets, policies, and cryptography. It uses System.Security namespace.
There are numerous ASP.NET Classes. If you want to find and locate a particular class then you can use
WinCV tool. This file is located in C:programfilesMicrosoft.NetFrameworkSDKBin directory. You can open this file from
Run command.
To access online version of
above article, go to http://www.dotnet-guide.com/classes.html

Visit http://www.dotnet-guide.com for a complete introduction to .NET framework. Learn about ASP.NET, VB.NET, C# and other related technologies.