Jump to content

Framework Class Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Daviddwd (talk | contribs) at 18:34, 27 January 2019 (short desc). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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]

See also

References