[Previous] [Contents] [Next]

Summary


Microsoft .NET represents a shift to a computing model in which devices, services, and computers work together to provide solutions for users. Central to that shift is the development of the .NET Framework and the CLR, shown in Figure 2-2 on the following page. The .NET Framework contains the class libraries shared by the languages compiled to run in the CLR. Because C# was designed for the CLR, you can't perform even the simplest tasks in C# without the CLR and .NET Framework class libraries. Understanding the features of these technologies is necessary to get the most out of C# and the remainder of this book.

-

Figure 2-2 The .NET Framework contains libraries designed to facilitate interoperation between services, devices, and computers.-

[Previous] [Contents] [Next]