Pro .NET 2.0 Code and Design Standards in C# (Paperback)
暫譯: Pro .NET 2.0 C# 程式碼與設計標準 (平裝本)

Mark Horner

  • 出版商: Apress
  • 出版日期: 2005-11-29
  • 售價: $1,620
  • 貴賓價: 9.5$1,539
  • 語言: 英文
  • 頁數: 360
  • 裝訂: Paperback
  • ISBN: 1590595602
  • ISBN-13: 9781590595602
  • 相關分類: .NETC#
  • 已過版

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

相關主題

商品描述

Description

This book is special, because for the first time you get an easy-to-follow set of code and design standards that addresses the basic needs of .NET developers and application architects. The material is presented in a what, why, where, and how?format, so its easy to understand a given topic and apply the solution.

The format facilitates fast understanding and quick referencejust what you need when youre under pressure. The authors have done the research for you, and they identify and discuss common options. Where there is a choice, there is analysis to guide you.

Techniques are reusable across all versions of .NET and beyond. Pro .NET 2.0 Code and Design Standards in C# is intuitive and based on industry best practices. While it showcases the C# language, its universal style makes it suitable for all .NET development projects, whatever the language.

 

 

Table of Contents

About the Author . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . xiii
About the Technical Reviewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv
Acknowledgments . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . xvii
Introduction . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . xix

PART 1  Code Policy Standards
CHAPTER 1 Code Policy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
CHAPTER 2 Code Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
CHAPTER 3 Code Development . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
CHAPTER 4 Code Documentation . . . . . . . . . . . . .  . . . . . . . . . . . . 85

PART 2  Design Policy Standards
CHAPTER 5 Design Policy . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
CHAPTER 6 Design Structure . . . . . . . . . . . . . . . . . . . . . . . . . . 119
CHAPTER 7 Design Development . . . . . . . . . . . . .  . . . . . . . . . . . 141
CHAPTER 8 Design Documentation . . . . . . . . . . . .  . . . . . . . . . . 159

PART 3  Pattern Standards
CHAPTER 9 Patterns . . . . . . . . . . . . . . . . . . . . . .   . . . . . . . . . 171
CHAPTER 10 Creational Patterns . . . . . . . . . . . . . . . . . . . . . . . . 183
CHAPTER 11 Structural Patterns . . . . . . . . . .  . . . .. . . . . . . . . . 203
CHAPTER 12 Behavioral Patterns . . . . . . . . . . . . . . . . . . . . . . . . 235

PART 4  References
APPENDIX A Environment Variables and Remote Proxy Example . . . . . .. . 257
LIST OF STANDARDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269
GLOSSARY . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . 287
INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . 319

商品描述(中文翻譯)

**描述**

這本書特別之處在於,首次提供了一套易於遵循的程式碼和設計標準,滿足 .NET 開發人員和應用架構師的基本需求。材料以「什麼、為什麼、在哪裡、如何?」的格式呈現,因此易於理解特定主題並應用解決方案。

這種格式促進了快速理解和快速參考,正是你在壓力下所需的。作者已為你進行了研究,並識別和討論了常見選項。在有選擇的情況下,會有分析來指導你。

這些技術可在所有版本的 .NET 及其他平台上重複使用。《Pro .NET 2.0 Code and Design Standards in C#》直觀且基於行業最佳實踐。雖然它展示了 C# 語言,但其通用風格使其適用於所有 .NET 開發項目,無論使用何種語言。

**目錄**

關於作者 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xiii
關於技術審閱者 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv
致謝 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii
介紹 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xix

第一部分 程式碼政策標準
第一章 程式碼政策 . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
第二章 程式碼結構 . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
第三章 程式碼開發 . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
第四章 程式碼文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . 85

第二部分 設計政策標準
第五章 設計政策 . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
第六章 設計結構 . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
第七章 設計開發 . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
第八章 設計文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . 159

第三部分 模式標準
第九章 模式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171
第十章 創建模式 . . . . . . . . . . . . . . . . . . . . . . . . . . . 183
第十一章 結構模式 . . . . . . . . . . . . . . . . . . . . . . . . . . 203
第十二章 行為模式 . . . . . . . . . . . . . . . . . . . . . . . . . . 235

第四部分 參考資料
附錄 A 環境變數和遠端代理範例 . . . . . . . . . . . . . 257
標準列表 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269
術語表 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287
索引 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319