C#本质论

米凯利斯

出版时间

2009-11-01

ISBN

9787115213877

评分

★★★★★

标签

计算机

书籍介绍
这本书最耐人寻味的地方,恰恰是它名不副实的一面。不少读者冲着
作者简介
Mark Michaelis 微软MVP,微软技术代言人,是intelliTechture公司的创始人和总裁,。他在C#开发方面有着很深的造诣,曾参与过C#和VSTS/TFS等多种微软软件产品的设计评审。本书是他的代表作。
AI导读
核心看点
  • 系统讲解C#数据类型、运算符及类基础
  • 深入探讨泛型、反射、线程等高级主题
  • 详解LINQ技术及Lambda表达式应用
读者共识
  • 广受好评的入门读物与语法手册
  • 内容中规中矩,部分读者嫌不够深
  • 适合通读以夯实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#语言基础
不太适合从非MS系和C系语言转过来的读者,作者总是假设你之前是用VB或者是C++的,而且对于语法没有一个Quick Guide,事无巨细的把所有c#特性都给你解释一遍,example和讲解区分得太过明确,看特性的时候要往下找很久才能看见例子。
以前看了C#的某一本书,有一些了解,不过看了这本书还是挺震撼的。任何一个语言都有很多值得深思的地方。
下载
收藏