Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Welcome to the TechnoWorldInc! Community!
Recent Updates
[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 08, 2024, 10:26:18 AM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » ASP .NET
  Getting Started with ASP.NET Classes
Pages: [1]   Go Down
  Print  
Author Topic: Getting Started with ASP.NET Classes  (Read 2296 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email
Getting Started with ASP.NET Classes
« Posted: September 29, 2007, 09:56:34 AM »




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 the go beyond the capability of MSXML. The directory services library is used to access Active Directory/LDAP using ADSI. The regular expression library supports all the above mentions ASP.NET Classes any more than that it also supports Perl 5.

All the above mentioned class libraries use the 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.


• 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 the 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 the WinCV tool. This file is located in C:programfilesMicrosoft.NetFrameworkSDKBin directory. You can open this file from the Run command.

To access online version of the above article, go to http://www.dotnet-guide.com/classes.html

Articles Source - Free Articles

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.092 seconds with 24 queries.