Jump to content

Framework Class Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hervegirod (talk | contribs) at 13:10, 11 December 2011 (I don't know if there are a thousand of namespaces. Seems dubious to me. And it does not add anything to the article). 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 one of two core components of Microsoft .NET Framework. The FCL is a collection of reusable classes, interfaces and value types. The Base Class Library is a part of 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