All Type Coding

Search Here

.Net Framework Class Library (FCL)

The .Net Framework Class Library (FCL) includes a huge collection of reusable classes , interfaces, and value types that expedite and optimize the

development process and provide access to system functionality.This is also called as Base Class Library and it is common for all types of applications
The following are different types of applications that can make use of .net class library.

1. Windows Application.
2. Console Application
3. Web Application.
4. XML Web Services.
5. Windows Services.
 

The .Net Framework class library (FCL) organized in a hierarchical tree structure and it is divided into Namespaces. Namespaces is a logical grouping of

types for the purpose of identification. Framework class library (FCL) provides the consistent base types that are used across all .NET enabled languages.

The Classes are accessed by namespaces, which reside within Assemblies. The System Namespace is the root for types in the .NET Framework.

No comments :

Post a Comment