Jump to content

Framework Class Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ClueBot NG (talk | contribs) at 04:46, 10 September 2013 (Reverting possible vandalism by 220.227.40.117 to version by 117.55.241.3. False positive? Report it. Thanks, ClueBot NG. (1728630) (Bot)). 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