C#本质论

米凯利斯

出版时间

2008-06-30

ISBN

9787115181879

评分

★★★★★

标签

计算机

书籍介绍
这本书最打动人的地方,是它不满足于告诉你C#的语法怎么写,而是试图讲清楚这些语法"为什么这样设计"。读者反复提及的"本质论"三个字并非虚名:作者用简短示例把数据类型、运算符、方法、类等基础概念逐一拆解,再层层推进到泛型、迭代器、反射、线程等高级主题,让读者看到语言结构背后的设计逻辑。它被公认为C#入门必读,优点在于讲解不啰嗦、思路清晰,但代价是例子偏少、后半部分涉及线程等内容对基础薄弱者颇具挑战。因此它更适合有一定编程经验、希望系统建立C#认知体系的读者,而非零基础的速成手册。
AI导读
核心看点
  • 清晰简明讲解C#2.0核心结构
  • 通过简短示例代码阐释概念
  • 全方位对比其他编程语言差异
读者共识
  • 公认C#入门必读经典佳作
  • 讲解不罗嗦且相当精辟
  • 适合基础薄弱者反复研读
精彩摘录
  • "...C# achieves the same functionality using a delegate,which encapsulates methods as objects...."
  • "Events enable a class or object to notify other classes or objects when something of interest occurs. The class that sends (or raises) the event is called the publisher and the classes that receive (or handle) the event are called subscribers. In a typical C# Windows Forms or Web application, you su"
  • "Events have the following properties: The publisher determines when an event is raised; the subscribers determine what action is taken in response to the event. An event can have multiple subscribers. A subscriber can handle multiple events from multiple publishers. Events that have no subscribers a"
用户评论
C#必读之一
差一点就读完了。
前面几章能看懂,后面讲线程这些就没办法了
初学C#的第一本书
很不错的一本入门书
可以作为C#的入门书,讲的不罗嗦,但是例子不多。
觉得基础烂的不行,就又和图解教程翻了一遍
该去再买本4.0
相当精辟 的确本质 私以为学C#必读
求书
收藏