The Framework Class Library

Every implementation of the .NET Framework ships with a set of built-in classes: the Framework Class Library (FCL). The classes of the FCL vary widely in scope. Some provide useful APIs for performing common tasks, such as formatting text, maintaining collections, and retrieving environment variables. Others provide support for more exotic operations, such as managing a GUI, accessing a database management system (DBMS), serializing objects, evaluating regular expressions, and programming security.

Of course, not all classes of the FCL are supported in every implementation of the .NET Framework. For example, a good deal of functionality is available through the Windows Forms-based classes of the FCL that do not exist ...

Get Building Applications and Components with Visual Basic .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.