O'Reilly C# 5.0 in a Nutshell, 5th Edition 9781449320102 ユーザーズマニュアル

製品コード
9781449320102
ページ / 21
conversion is done by the CLR’s JIT (Just-In-Time) compiler. An assembly retains
almost all of the original source language constructs, which makes it easy to inspect
and even generate code dynamically.
Red Gate’s .NET Reflector application is an invaluable tool for
examining the contents of an assembly. You can also use it as a
decompiler.
The CLR performs as a host for numerous runtime services. Examples of these serv-
ices include memory management, the loading of libraries, and security services.
The CLR is language-neutral, allowing developers to build applications in multiple
languages (e.g., C#, Visual Basic .NET, Managed C++, Delphi.NET, Chrome .NET,
and J#).
The  .NET  Framework  contains  libraries  for  writing  just  about  any  Windows-
or  web-based  application. 
  gives  an  overview  of  the  .NET
Framework libraries.
Figure 1-1. Topics covered in this book and the chapters in which they are found. Topics not
covered are shown outside the large circle.
4 | Chapter 1:
Introducing C# and the .NET Framework