好書妙評之《c#詳解》(原書名 《Illustrated C# 2012》)

fa4fa1發表於2012-11-11

5.0 out of 5 stars Great book to learn C#,

October 27, 2012

I have been developing for a couple of years now so I'm pretty familiar with the language but I would recommend this book to anyone wanting to learn the language, especially before buying one of the "pro" c# books. This book goes into great detail about what you should know as a basis for programming in c# with clear,concise examples. It's also a great book to reference if you forgot something or want further explanation about a specific feature of c#. You'd be hard pressed to find a better book for explaining the ins and outs of interfaces and generics. I wish I had this book when trying to learn c#, really does a great job of explaining why you do something and not just a "do this followed by this".

Some key chapters: Classes and Inheritance Generics Delegates LINQ Async Programming

這是一本用於學習C#的好書

我已經使用C#進行開發好幾年了,所以現在我對這個程式語言非常熟悉。但是我還是會對任何想學C#的人推薦這本書,特別是那些要買《C#與.NET高階程式設計》的人。這本書通過非常簡單明瞭的例子告訴你需要理解的C#基礎知識。當你忘記某個語言特性或者需要某個語言特性的詳細解釋時,這本書也是一本很好的參考書。你很難找到一本比本書能更好的講解interfaces和generics的書。我真的希望在以前學習C#時遇到這本書,這本書真的很好的解釋了“你為什麼要這樣做”而不是僅僅告訴你“你就該這樣做”。

一些重要的章節:

類與繼承(Classes and Inheritance)
泛型(Generics)
委託(Delegates)
語言整合查詢(LINQ)
非同步程式設計(Async Programming)

5.0 out of 5 stars I would give it 10 Stars if I could,

October 13, 2012

This book gets to the nitty-gritty of C#, and quite possibly illuminates the mechanics of programming any OOP language. If you've read multiple books and found yourself asking "But what does that mean?", this is the book for you. It's a dictionary of sorts, explaining the minutest of details with code snippets and diagrams which really fill in the blanks like no other book I've read. It's not a 'do this' kind of book with exercises to duplicate. It's a 'this is what it means when you do this' kind of book. It's fantastic.

It's a great book for beginners and a reference work that everyone should have on their shelf. I can't recommend it more highly.

如果可以的話,我想給這本書打10顆星

這本書講解了C#的實質,並且闡述了其他物件導向程式設計語言的原理。如果你讀過其他相關書並且一直有“這到底是什麼意思?”的疑惑,那麼這本書就是專門為你量身打造的。這本書有點像字典,用小段程式碼和圖表解釋著最微小的細節,填補了我知識的欠缺,而不像其他我所讀過的書那樣。這本書不是那種“你就該這樣做”然後有著重複的練習題的書。這本書告訴了你“你在做一件事時意味著什麼”。這真的是極好的。

對於初學者來說,這是一本很好的學習書。對於其它的人來說,這是一本書架裡必備的參考書。我吐血推薦這本書

5.0 out of 5 stars

Fantastic concise coverage of C#,

October 12, 2012

Concise and straight to the point coverage of C# and excellent use of illustration to solidify concepts.Great book for anyone starting out or moving to C# from another language.

這是一本極為精煉的C#書

這本書極為精煉,一針見血的講解了C#的核心知識點,並運用了很棒的圖解強化了概念的學習。對於想從C#開始學習程式設計或者想從其他程式語言遷移到C#的人來說,這都是一本很好的書。

相關文章