| Namespace | Description |
| System | This 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.CodeDom | all the support necessary to be able to create code, and run it, on the fly |
| System.Collections | The System.Collections namespace contains interfaces and classes that define various containers, such as lists, queues, bit arrays, hashtables and dictionaries. |
| System.Diagnostics | All the classes you need to diagnose your application, including event logging, performance counters, tracing, and process management APIs. |
| System.Globalization | This namespace includes fundamental support for Globalization, used throughout the rest of the Framework |
| System.IO | Includes 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.Resources | Used to allow an application to be translated into multiple languages, and then display the appropriate text based upon the current users language selection |
| System.Text | This namespace includes support for encodings, and Stringbuilder |
| System.Text.RegularExpressions | This 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