Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| .NET Framework Class Library
|
| Definition
| FCL is the foundation of providers, types, and services upon which .NET applications are built. The fundamental FCL elements are the classes of the System namespace. It contains the most elemental functions of .NET including value types, the Object type, exception handling support, and garbage collection. Second and third level namespaces provide support for configuration management, file and network I/O, graphics, security, Web services, and many others. FCL is used by all Common Language Specification(CLS)-compliant compilers. FCL is the equivalent of Java Foundation Classes (JFC).
|
| See also
| Base Class Library
|
| You may edit this definition to improve or extend it.
|