Email the Author
You can use this page to email Michael Tsai about C# 本事.
About the Book
本書的目的是介紹 C# 程式語言的重要特色,以及實務上常用的 .NET 類別(例如集合、LINQ 等)。也就是說,對於像是變數、迴圈、if...else 等基礎語法,本書都不會介紹。我不想讓這本書便得太厚而難以消化。
目前進行中的章節大致如下:
- chapter 1: C# 基礎語法的重要部分。請注意這裡的「基礎語法」,指的並不是如迴圈(例如 for、foreach)、決策(例如 if...else、switch...case)等基本元素,而是其他稍微進階一點、或更便捷的 C# 語法,包括:可為 null 的型別( nullable types)、 物件初始設定式、 自動實作屬性、匿名型別、擴充方法等等。
- chapter 2:泛型
- chapter 3:委派與 Lambda 表示式
- chapter 4:事件
- chapter 5:C# 6
- chapter 6:C# 7
- chapter 7:列舉器
- chapter 8:LINQ
預計會加入的內容:async/await 語法。
About the Author
More than 10 years of software development and 14 .NET MVP awards (since 2007), interested in .NET development as well as writing and translating books (from English to Chinese).
著作:《C# 本事》、《.NET 本事:非同步程式設計》、《.NET 相依性注入》(簡體中文版:.NET 依賴注入)
譯作: 軟體構築美學 (Brownfield Application Development in .NET)、物件導向分析設計與應用(Object-Oriented Analysis and Design with Applications 3rd Edition)、軟體工程與 Microsoft Visual Studio Team System.