«^»
2.1. Overview of the .NET Framework

Put simply, the .NET Framework consists of three aspects:

  1. the Common Language Runtime (CLR);
  2. a comprehensive set of class libraries;
  3. class libraries associated with particular kinds of applications:
    1. console applications;
    2. windows forms applications;
    3. web form applications;
    4. web services.