注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計(jì).NETMicrosoft.NET框架程序設(shè)計(jì):英文版

Microsoft.NET框架程序設(shè)計(jì):英文版

Microsoft.NET框架程序設(shè)計(jì):英文版

定 價(jià):¥78.00

作 者: (美)Jeffrey Richter著
出版社: 機(jī)械工業(yè)出版社
叢編項(xiàng): 微軟 NET經(jīng)典原版系列
標(biāo) 簽: .NET

ISBN: 9787111112723 出版時(shí)間: 2003-01-01 包裝: 平裝
開本: 24cm 頁數(shù): 591 字?jǐn)?shù):  

內(nèi)容簡介

  聆聽專家指導(dǎo),決勝.NET框架開發(fā)開發(fā)人員使用Microsoft.NET框架可以快速地創(chuàng)建健壯、安全的ASP.NET Web Forms和XML Web服務(wù)應(yīng)用程序以及Windows Forms程序、工具和類型。 本書出自Windows開發(fā)界公認(rèn)的大師之手,詳細(xì)講述了.NET框架的核心一CLR、可擴(kuò)展類型系統(tǒng)CTS和類庫FCL,并探討了運(yùn)行時(shí)環(huán)境如何管理類型行為,程序如何操縱類型等等重要主題。雖然是圍繞C#講解的,但是書中的概念完全適用于其他.NET語言。本書涵蓋的主題包括:◆.NET框架的體系結(jié)構(gòu) ◆創(chuàng)建、部署和管理應(yīng)用程序及類型◆創(chuàng)建和部署共享配件 ◆類型基礎(chǔ)◆基本類型引用類型和值類型 ◆對象通用的操作 ◆類型成員和可訪問性 常量,字段,方法,性質(zhì)(property)和事件◆文本處理 ◆枚舉類型和位標(biāo)志◆數(shù)組類型 ◆接口 ◆自定義屬性(attribute) ◆委托 ◆使用異常進(jìn)行錯(cuò)誤處理 ◆自動(dòng)內(nèi)存管理◆AppDomain和反射

作者簡介

  JeffreyRichterJeffreyRichter是一位在全球享有盛譽(yù)的技術(shù)作家,尤其在Windows/.NET領(lǐng)域有著杰出的貢獻(xiàn)。他的第一本W(wǎng)indows著作Windows3:ADeveloper'sGuide大獲好評,從而聲名遠(yuǎn)揚(yáng)。之后,他又推出了經(jīng)典著作《Windows高級編程指南》和《Windows核心編程》。如今這兩本書早已成為Windows程序設(shè)計(jì)領(lǐng)域的顛峰之作,培育了幾代軟件開發(fā)設(shè)計(jì)人員。他的每一本新作問世,我們都有理由相信這是一本巨著,我們想要的一切盡在其中。Jeffery是Wintellect公司的創(chuàng)始人之一,也是MSDN雜志.NET專欄的特邀編輯?,F(xiàn)在他正領(lǐng)導(dǎo)開發(fā)該公司的.NET程序設(shè)計(jì)課程,向大眾推廣.NET技術(shù)。因?yàn)樗?999年開始就參與了微軟.NET框架開發(fā)組的咨詢工作,與這些一線人員一起經(jīng)歷了.NET的孕育與誕生,所以他對.NET思想的領(lǐng)悟、對.NET的細(xì)節(jié)熟稔,是其他任何作家難以企及的。他是.NET著作領(lǐng)域中當(dāng)之無愧的一面旗幟。>>更多作品

圖書目錄

Acknowledgments
Introduction
Part I Basics of the Microsoft.NET Framework
1 The Architechiture of the .NET Framework Development Platform
Gompiling Source Gode into Managed Modules
Combining Managed Modules into Assemblies
Loading the Common Language Runtime
Executing Your Assembly's Gode
IL and Verification
The .NET Framework Class Library
The Common Type System
The Common Language Specification
Interoperability with Unmanaged Code
2 Building, Packaging, Deploying, and Administering Applications and Types
.NET Framework Deployment Goals
Building Types into a Module
Combining Modules to Form an Assembly
Adding Assemblies to a Rroject Using the Visual Studio .NET IDE
Using the Assembiy Linker
Including Resource Files in the Assembly
Assembly Version Resource Information
Version Numbers
Culture
Simple Application Deployment (Privately Deployed Assemblies)
Simple Administrative Control (Contiguration)
3 Shared Assemblies
Two Kinds of Assemblies, Two Kinds of Deployment
Giving an Assembly a Strong Name
The Global Assembly Cache
The Internal Structure of the GAC
Building an Assembly That References a Strongly Named Assembly
Strongly Named Assemblies Are Tamper-Resistant
Delaynd Signing
Privately Deploying Strongly Named Assemblies
Side-by-Side Execution
How the Runtime Resolves Type References
Advanced Administrative Control (Configuration)
Publisher Policy Control
Repairing a Faulty Application
Part II Working with Types and the Common Language Runtime
4 type Fundamentals
AII Types Are Derived from System. Object
Casting Between Types
Casting with the C# is and as Operators
Namespaces and Assemblies
5 Primitive, Reference, and Valve Types
Programming Language Primitive Types
Checked and Unchecked Primitive Type Operations
Reference Types and Values Types
Boxing and Unboxing Value Types
6 Common Object Operations
Object Equality and Identity
Implementing Equals for a Reference Type Whose Base Classes
Don't Override Object's Equals
Lmplementing Equals for a Reference Type When One or More of
Its Base Classes Overrides Object's Equals
Implementing Equals for a Value Type
Summary of Implementing Equals and the ==/1=Operators
Identity
Object Hash Codes
Object Cloning
Part III Designing Types
7 Type Members and Their Accessibility
Type Members
Accessibility Modifiers and Predefined Attributes
Type Predefined Attributes
Field Predefined Attributes
Method Predefined Attributes
8 Constants and Fields
Constants
Fields
9 Methods
Instance Constructors
Type Constructors
Operator Overload Methods
Operators and Programming Language Interoperability
Conversion Operator Methods
Passing Parameters by Reference to a Method
Passing a Variable Number of Parameters to a Method
How Virtual Methods Are Called
Virtual Method Versioning
10 Properties
Parameterless Properties
Parameterful Properties
11 Events
Designing a Type That Exposes an Event
Designing a Type That Listens for an Event
Explicitly Controlling Event Registration
Designing a Type That Defines Lots of Events
Designing the EventHandlerSet Type
Part IV Essential Types
12 Working with Text
Characters
The System.String Type
Constructing Strings
Strings Are Immutable
Gomparing Strings
String Interning
String Pooling
Examining a String's Characters
Other String Operations
Dynamically Constructing a String Efficiently
Constructing a StringBullder Object
StringBulIder'S Members
Obtaining a String Representation for an Object
Specific Formats and Cultures
Formatting Multiple Objects into a Single String
Providing Your Own Gustom Formatter
Parsing a String to Obtain an Object
Encodings: Converting Between Characters and Bytes
Encoding/Decoding Streams of Characters and Bytes
Base-64 String Encoding and Decoding
13 Enumerated Types and Bit Flags
Enumerated Types
Bit Flags
14 Arrays
AII Arrays Are Implicitly Derived from System.Array
Casting Arrays
Passing and Returning Arrays
Creating Arrays That Have a Nonzero Lower Bound
Fast Array Access
Redimensioning an Array
15 Interfaces
Interfaces and Inheritance
Designing an Application That Supports Plug-In Components
Changing Fields in a Boxed Value Type Using Interfaces
Implementing Multiple Interfaces That Have the Same Method
Explicit Interface Member Implementations
16 Custom Attributes
Using Custom Attributes
Defining Your Own Attribute
Attribute Constructor and Field/Property Data Types
Detecting the Use of a Custom Attribute
Matching Two Attribute Instances Against Each Other
Pseudo-Custom Attributes
17 Delegates
A First Look at Delegates
Using Delegates to Call Back Static Methods
Using Delegates to Call Back Instance Methods
Demystifying Delegates
Some Delegate History: System.Delegate and System.MulticastDelegate
Gomparing Delegates for Equality
Delegate Chains
C#s Support for Delegate Chains
Having More Control over Invoking a Delegate Chain
Delegates and Reflection
Part V Managing Types
18 Exceptions
The Evolution of Exception Handling
The Mechanics of Exception Handling
The try Block
The catch Block
The finally Block
What Exactly Is an Exception?
The System. Exception Class
FCL-Detined Exception Classes
Defining Your Own Exception Class
How to Use Exceptions Properly
You Can't Have Too Many finally Blocks
Don't Catch Everything
Gracefully Recovering from an Exception
Backing Out ot a Panially Completed Operation When an
Unrecoverable Exception Occurs
Hiding an Implemeniation Detail
What's Wrong with the FCL
Performance Considerations
Catch Filters
Unhandled Exceptions
Controlling What the CLR Does When an Unhandled Exception Occurs
Unhandled Exceptions and Windows Forms
Unhandled Exceptions and ASP.NET Web Forms
Unhandled Exceptions and ASP.NET XML Web Services
Exception Stack Traces
Remoting Stack Traces
Debugging Exceptions
Telling Visual Studio wnat Kind ot Code to Debug
19 Automatic Memory Management (Garbage Collection)
Understanding the Basics of Working in a Garbage-Gollected Plafform
The Garbage Collection Algorithm
Finalization
What Causes Finalize Methods to Get Called
Finalization Internals
The Dispose Pattern: Forcing an Object to Clean Up
Using a Type That Implements the Dispose Pattern
C#'s using Statement
An Interesting Dependency Issue
Weak References
Weak Reference Internals
Resurrnction
Designing an Object Pool Using Resurrection
Generations
Programmatic Gontrol of the Garbage Collector
Other Garbage Collector Performance Issues
Synchronization-Free Allocations
Scalable Parallel Collections
Concurrent Collections
Large Objects
Monitoring Garbage Collections
20 CLR Hosting, AppDomains, and Reflection
Metadata: The Gornerstone of the .NET Framework
CLR Hosting
AppDomains
Aocessing Objects Across AppDomain Boundaries
AppDomain Events
Applications and How They Host the CLR and Manage AppDomains
“Yukon”
The Gist of Reflection
Reflecting Over an Assembly's Types
Reflecting Over an AppDomain's Assemblies
Reflecting Over a Type's Members: Binding
Explicitly Loading Assemblies
Loading Assemblies as "Data Files"
Building a Hierarchy of Exception-Derived Types
Explicitly Unloading Assemblies: Unloading an AppDomain
Obtaining a Reference to a System.Type Object
Reflecting Over a Type's Members
Creating an Instance of a Type
Calling a Type's Method
Bind Once, Invoke Multiple Times
Reflecting Over a Type's Interfaces
Reflection Performance
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號