only for RuBoard - do not distribute or recompile Previous Section Next Section

1.3 Framework Class Library

The .NET Framework provides the .NET Framework Class Library (FCL), which can be used by all languages. The FCL offers features ranging from core functionality of the runtime, such as threading and runtime manipulation of types (reflection), to types that provide high-level functionality, such as data access, rich client support, and web services (whereby code can even be embedded in a web page). C# has almost no built-in libraries; it uses the FCL instead.

only for RuBoard - do not distribute or recompile Previous Section Next Section