Essential .NET, Volume I: The Common Language Runtime
Don Box, Chris Sells
- 出版商: Addison Wesley
- 出版日期: 2002-11-04
- 售價: $2,170
- 貴賓價: 9.5 折 $2,062
- 語言: 英文
- 頁數: 432
- 裝訂: Paperback
- ISBN: 0201734117
- ISBN-13: 9780201734119
-
相關分類:
.NET
已絕版
買這商品的人也買了...
-
$680$537 -
$980$774 -
$970Introduction to Algorithms, 2/e
-
$1,670$1,587 -
$880$695 -
$1,600$1,568 -
$2,330$2,214 -
$1,650$1,568 -
$1,890$1,796 -
$690$587 -
$780$741 -
$750$638 -
$650$553 -
$760$600 -
$590$466 -
$490$387 -
$1,400$1,372 -
$690$538 -
$720$562 -
$600$474 -
$720$569 -
$560$442 -
$560$442 -
$580$493 -
$750$675
相關主題
商品描述
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.
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.
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.
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.
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.
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.
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.
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).
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.
Evidence.
Policy.
Permissions.
Enforcement.
10. CLR Externals.
Memory.
Modes of Execution.
Unmanaged Modules.
Loading the CLR.
The CLR as a COM Component.
Modes of Execution.
Unmanaged Modules.
Loading the CLR.
The CLR as a COM Component.
Glossary.