Essential .NET, Volume I: The Common Language Runtime

Don Box, Chris Sells

  • 出版商: Addison Wesley
  • 出版日期: 2002-11-04
  • 售價: $2,160
  • 貴賓價: 9.5$2,052
  • 語言: 英文
  • 頁數: 432
  • 裝訂: Paperback
  • ISBN: 0201734117
  • ISBN-13: 9780201734119
  • 相關分類: .NET
  • 已絕版

買這商品的人也買了...

商品描述

Essential .NET will enable developers to take advantage of the full power available to them in Microsoft .NET. This book explains the "why" behind C #, .NET, and the CLR. As with all of Don's books, it is packed with practical detail and expert advice.

Table of Contents

List of Figures.
List of Tables.
Foreword.
Preface.
1. The CLR as a Better COM.

COM Revisited.
The Common Language Runtime.
The Evolution of the Programming Model.


2. Components.

Modules Defined.
Assemblies Defined.
Assembly Names.
Public Keys and Assemblies.
The CLR Loader.
Resolving Names to Locations.
Versioning Hazards.


3. Type Basics.

Type Fundamentals.
Types and Initialization.
Types and Interfaces.
Types and Base Types.


4. Programming with Type.

Types at Runtime.
Programming with Metadata.
Special Methods.
Metadata and Extensibility.


5. Instances.

Objects and Values Compared.
Variables, Parameters, and Fields.
Equivalence Versus Identity.
Cloning.
Boxing.
Arrays.
Object Life Cycle.
Finalization.


6. Methods.

Methods and JIT Compilation.
Method Invocation and Type.
Interfaces, Virtual Methods, and Abstract Methods.
Explicit Method Invocation.
Indirect Method Invocation and Delegates.
Asynchronous Method Invocation.
Method Termination.


7. Advanced Methods.

Motivation.
Messages as Method Calls.
Stack and Message Transitions.
Proxiable Types.
Message Processing (Revisited).
Objects and Context.
Contexts and Interception.


8. Domains.

Execution Scope and the CLR.
Programming with AppDomains.
AppDomain Events.
AppDomains and the Assembly Resolver.
AppDomains and Code Management.
AppDomains and Objects (Revisited).


9. Security.

Components and Security.
Evidence.
Policy.
Permissions.
Enforcement.


10. CLR Externals.

Memory.
Modes of Execution.
Unmanaged Modules.
Loading the CLR.
The CLR as a COM Component.


Glossary.