C# Base Classes

Last Updated: 2001

Long namespace reference can be abbreviated within the use statement so that if it is necessary to indicate which class from two identically named classes it is not necessary to re-include the entire namespace path:

    using fred = Dave.Brankin.Was.Here;
    ...
    fred.string myString = ...;

 

System

System.Data

System.IO

System.Reflection

System.Net

System.Web

System.WinForms

System.Win32

System.Diagnostics

System.Diagnostics.Debug