EffectiveC#——经典原版书库pdf下载pdf下载

EffectiveC#——经典原版书库百度网盘pdf下载

作者:
简介:本篇主要提供EffectiveC#——经典原版书库pdf下载
出版社:小熊贝比图书专营店
出版时间:2006-01
pdf下载价格:0.00¥

免费下载


书籍下载


内容介绍

基本信息

书名:Effective C#(英文版)——经典原版书库

作者:(美)瓦格纳

出版社:机械工业出版社

出版日期:2006-01-01

ISBN:9787111174738

字数:

页码:307

版次:1

装帧:平装

开本:16开

商品重量:0.4kg

编辑推荐


内容提要


近年,在全球信息化大潮的推动下,我国的计算机产业发展迅猛,对专业人才的需求日益迫切。这对计算机教育界和出版界都既是机遇,也是挑战。
由华章公司引进的“计算机科学丛书”、“经典原版书库”、“全美经典学习指导系列”这三套丛书不仅涵盖了程序设计、数据结构、操作系统、计算机体系结构、数据库、编译原理、软件工程、图形学、通信与网络、离散数学等大学计算机专业普遍开设的核心课程,而且各具特色——有的出自语言设计者之手、有的历经三年不衰、有的已被全世界的几百所高校采用。在这些圆熟通博的名师大作的指引之下,读者必将在计算机科学的宫殿中由登堂而入室。
的作者、经典的教材、的译者、严格的审校、精细的编辑,这些因素使我们的图书有了质量的保证。

目录


Introduce
Chapter 1 C# Language Elements
Item 1: Item Always Use Properties Instead of Accessible Data Members
Item 2: Item Prefer readonly to const
Item 3: Item Prefer the is or as Operators to Casts
Item 4: Item Use Conditional Attributes Instead of # if
Item 5: Item Always Provide To String
Item 6: Item Distinguish Between Value Types and Reference Types
Item 7: Item Prefer Immutable Atomic Value Types
Item 8: Item Ensure that 0 Is a Valid State for Value Types
Item 9: Item Understand the Relationships Among Reference Equals,static Item Equals,instance Equals,and operator= =
Item 10: Item Understand the pitfalls of GetHashCode
Item 11: Item Prefer foreach Loops
Chapter 2 .NET Resource Management
Item 12: Item prefer Variable Initializers to Assignment Statements
Item 13: Item Initialize Static Class Members with Static Constructors
Item 14: Item Utilize Constructor Chaining
Item 15: Item Utilize using and try/finally for Resource Cleanup
Item 16: Item Minimize Garbage
Item 17: Item Minimize Bong and Unbong
Item 18: Item Implement the Standard Dispose Pattern
Chapter 3 Expressing Designs with C#
Item 19: Item Prefer Defining and Implementing Interfaces to Inheritance
Item 20: Item Distinguish Between Implementing Interface and Overriding Virtual Item Functions
Item 21: Item Express Callbacks with Delegates
Item 22: Item Defing Outgoing Interfaces with Events
Item 23: Item Avoid Item Returnign References to Internal Class Object

Chapter 4 Creating Binary Compsnents
Chapter 5 Working with the Framework
Chapter 6 Miscellaneous
Index

作者介绍


Bill Wagner is co-founder of and .NET consultant for SRT Solutions.A nationally recognized independent expert on .NET,he has been a regular contributor to ASP.NET Pro Magazine,Visual Studio Magazine,and the .NET Insight newsletter.In addition to being a M

文摘


序言