Jump to content

Framework Class Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 117.55.241.3 (talk) at 16:12, 9 August 2012 (References). 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