Embed presentation
Download to read offline


The .Net Framework class library (FCL) provides core functionality for the .Net Framework architecture and includes a huge collection of reusable classes, interfaces, and value types that expedite development. The FCL is organized hierarchically with namespaces that logically group types and provide consistent base types used across all .NET languages. Classes are accessed through namespaces within assemblies, with the System namespace being the root, and FCL classes provide managed access to system services in an object-oriented manner that is easy to use for program development.
