Mark Michaelis是Intel—IiTect的创办者,并任该公司首席技术架构师和培训师。从1996年开始,他一直是C#、VisualStudioTeamSystem和WindowsSDK白3MVP,2007年被评为微软技术代言人(MicrosoftRegionalDirector)。他还服务于几个微软软件设计评审团队,包括C#。他经常在开发者大会上做演汫,并写过大量文章和书籍。
Eric Lippert是微软C#编译器团队的首席开发师。曾参与VisualBasicsVBScript,Jscnpt和C#语言的设计和实现,在不编写C#相关书籍时,他总是喜欢玩他的帆船。
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 subscribe to events raised by controls such as buttons and list boxes. You can use the Visual C# integrated development environment (IDE) to browse the events that a control publishes and select the ones that you want to handle. The IDE provides an easy way to automatically add an empty event handler method and the code to subscribe to the event. For more information, see How to subscribe to and unsubscribe from events. (查看原文)
12. Generics Define a type parameter. Define multiple type parameters. Generic methods. 13. Delegates and Lambda Expressions delegate 可以类比为 C++ 中的函数指针。 lambda 可以类比为——C++ 中的 lambda…… lambda expression comes from the work of Alonzo Chur...
(展开)
1 有用 TerabyteX 2015-02-25 17:28:40
入门经典,兼有进阶内容
0 有用 wocow3 2017-11-12 23:08:14
介绍C# NO.1的书
2 有用 5+2=7 2015-02-06 11:15:30
好多人都评价是必读的好书,但是我觉得不是....我不喜欢这书,觉得有些地方讲的不明白,有写该讲的知识都没讲,也不够透彻,看书的时候是照着msdn的文档才看懂的。想给2星。学C++有c++primer,学java有java核心技术,学C#的这种书,我还没找到。
0 有用 ACE 2019-10-30 16:04:39
C#、基础,全面,系统
0 有用 Nowhere 2016-03-19 11:48:00
由浅入深,各个知识点都讲得不错。但是就是示例代码有点杂乱,减一星