C.SHARP.3RD MAY.2004

[入库:2005年11月10日] [更新:2007年11月14日]

本文简介:If we were to describe the C# language and its associated environment, the .NET Framework,most important new technology for developers for many years, we would not be exaggerating.

You’ll find that we emphasize throughout this book that the C# language cannot be viewed in isolation,but must be considered in parallel with the .NET Framework. The C# compiler specifically targets .NET, which means that all code written in C# will always run within the .NET Framework.
This has two important consequences for the C# language:

❑ The architecture and methodologies of C# reflect the underlying methodologies of .NET.

❑ In many cases, specific language features of C# actually depend upon features of .NET,or of the .NET base classes.
Because of this dependence, it is important to gain some understanding of the architecture and
methodology of .NET before we begin C# programming. That is the purpose of this chapter.PD

We will begin by going over what happens when all code (including C#) that targets .NET is compiled and run. Once we have this broad overview, we will take a more detailed look at the Microsoft Intermediate Language (MSIL or simply IL), the assembly language which all compiled code ends up in on .NET. In particular, we will see how IL, in partnership with the Common Type System (CTS) and Common Language Specification (CLS) works to give us interoperability between languages that target .NET. We’ll also discuss where common languages (including Visual Basic and C++) fit into .NET.

 

本方案相关附件

本文关键:,C.SHARP.3RD ,MAY.2004,
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top