The Dot Net Base Class Libraries (BCL)


The Base Class Libraries (BCL) provides the fundamental building blocks for any application you develop, be it an ASP.Net application, a Windows Forms application or a Web Service. The BCL generally serves as your main point of interaction with the runtime. BCL classes include:



NamespaceDescription
SystemThis namespace includes all the essential support you need for your programming, including base types (String, Int32, DateTime, Boolean, etc.), essential environmental support, and math functions, to name a few
System.CodeDomall the support necessary to be able to create code, and run it, on the fly
System.CollectionsThe System.Collections namespace contains interfaces and classes that define various containers, such as lists, queues, bit arrays, hashtables and dictionaries.
System.DiagnosticsAll the classes you need to diagnose your application, including event logging, performance counters, tracing, and process management APIs.
System.GlobalizationThis namespace includes fundamental support for Globalization, used throughout the rest of the Framework
System.IOIncludes fundamental Stream support which can be used by anyone, and then specifically targets the FileSystem (via File and Directory manipulation classes), SerialPorts, and Decompression
System.ResourcesUsed to allow an application to be translated into multiple languages, and then display the appropriate text based upon the current users language selection
System.TextThis namespace includes support for encodings, and Stringbuilder
System.Text.RegularExpressionsThis namespace includes regular expression support, for robust parsing and matching of string data

 

[ Home ] [Services] [ Customers]
Send mail to webmaster@ninestein.com with questions or comments about this web site.
Copyright © 2000 Ninestein Technologies
Last modified: March 16, 2004