中文名: 深入解析C# (第2版)
原名: C# in Depth, 2nd Edition
作者: Jon Skeet
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Manning
書號: 9781935182474
發行時間: 2010年11月
地區: 美國
語言: 英文
簡介:
內容介紹:C# 4 is even more expressive and powerful than earlier versions. You can do amazing things with generics, lambda expressions, dynamic typing, LINQ, iterator blocks, and other features—but you first have to learn C# in depth.
C# in Depth, Second Edition is a thoroughly revised, up-to-date book that covers the new features of C# 4 as well as Code Contracts. In it, you'll see the subtleties of C# programming in action, learning how to work with high-value features that you'll be glad to have in your toolkit. The book helps readers avoid hidden pitfalls of C# programming by understanding "behind the scenes" issues.
內容截圖: 目錄:
Part 1 Preparing for the journey
Chapter 1 The changing face of C# development
Chapter 2 Core foundations: building on C# 1
Part 2 C# 2: solving the issues of C#
Chapter 3 Parameterized typing with generics
Chapter 4 Saying nothing with nullable types
Chapter 5 Fast-tracked delegates
Chapter 6 Implementing iterators the easy way
Chapter 7 Concluding C# 2: the final features
Part 3 C# 3: revolutionizing how we code
Chapter 8 Cutting fluff with a smart compiler
Chapter 9 Lambda expressions and expression trees
Chapter 10 Extension methods
Chapter 11 Query expressions and LINQ to Objects
Chapter 12 LINQ beyond collections
Part 4 C# 4: playing nicely with others
Chapter 13 Minor changes to simplify code
Chapter 14 Dynamic binding in a static language
Chapter 15 Letting your code speak more clearly with Code Contracts
Chapter 16 Whither now?
appendix A LINQ standard query operators
appendix B Generic collections in .NET
appendix C Version summaries