中文名: C#4.0本質論 (第3版)
原名: Essential C# 4.0
作者: Mark Michaelis
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版
出版社: Addison-Wesley Professional
書號: 978-0321694690
發行時間: 2010年03月
地區: 美國
語言: 英文
簡介:
內容介紹:Essential C# 4.0已經是第三版,從發布以來受到廣大.Net開發人員的關注。該書詳細介紹C#在.Net Framework 4.0中的應用,介紹C# 4.0新特征,適合.Net開發人員作為參考書使用。
Following an introduction to C#, readers learn about
Best practices for object-oriented programming in C#
C# primitive data types, value and reference types, implicitly typed variables, anonymous types, plus dynamic typing in C# 4.0
Methods and parameters–including extension methods, partial methods, and C# 4.0’s optional and named parameters
Generics, concurrent collections, and custom collections with iterators
Delegates, events, and lambda expressions
Collection interfaces and standard query operators
Query expressions and the tree expressions on which LINQ providers are based
Reflection, attributes, and dynamic programming
Parallel Query Processing with PLINQ
Multithreaded programming with the Task Parallel Library
Platform interoperability and unsafe code
The Common Language Infrastructure that underlies C#
內容截圖: 目錄:
Chapter 1: Introducing C#
Chapter 2: Data Types
Chapter 3: Operators and Control Flow
Chapter 4: Methods and Parameters
Chapter 5: Classes
Chapter 6: Inheritance
Chapter 7: Interfaces
Chapter 8: Value Types
Chapter 9: Well-Formed Types
Chapter 10: Exception Handling
Chapter 11: Generics
Chapter 12: Delegates and Lambda Expressions
Chapter 13: Events
Chapter 14: Collection Interfaces with Standard Query Operators
Chapter 15: LINQ with Query Expressions
Chapter 16: Building Custom Collections
Chapter 17: Reflection, Attributes, and Dynamic Programming
Chapter 18: Multithreading
Chapter 19: Synchronization and More Multithreading Patterns
Chapter 20: Platform Interoperability and Unsafe Code
Chapter 21: The Common Language Infrastructure
Appendix A: Downloading and Installing the C# Compiler and the CLI
Appendix B: Full Source Code Listings
Appendix C: Concurrent Classes from System.Collections.Concurrent
Appendix D: C# 2.0 Topics
Appendix E: C# 3.0 Topics
Appendix F: C# 4.0 Topics