Framework Class Library
From Infogalactic: the planetary knowledge core
The Framework Class Library (FCL) is a standard library and Microsoft's .NET Framework implementation of the Standard Libraries as defined in the Common Language Infrastructure. The FCL is a collection of reusable classes, interfaces and value types. The Base Class Library (BCL) is the core of the FCL and provides the most fundamental functionality, which includes classes in namespaces System
, System.CodeDom
, System.Collections
, System.Diagnostics
, System.Globalization
, System.IO
, System.Resources
and System.Text
.[1]
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
See also
External links
- .NET Framework Developer Center. Microsoft Developer Network (MSDN).
- .NET Framework 3.5 namespaces