Mark Michaelis,微软Visual Studio MVP,现任Itron公司企业架构师,并在著名顾问公司Pluralsight担任导师。他是广受尊敬的资深C#专家,曾经受邀担任C#和VSTS等多个微软产品的软件设计审查顾问。除本书外,他还与Herbert Schildt合写过COM+方面的著作。
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 有用 AsukaXu 2019-08-01 06:06:18
入门神书
0 有用 鸿都 2020-08-17 22:41:17
不行了,裂开了,例子代码不太好
0 有用 西西里-lennon 2018-08-13 09:41:25
很不错的一本书,如很多读者所说,实例真的不怎么样,术语概念描述的也比较绕,不便于理解,作为C#学习的一本教材还是很赞的
0 有用 无明 2022-09-05 10:50:35 上海
写的很好。。
2 有用 昆仑之高有积雪 2019-06-02 21:39:40
这本书并不适合初学者。初学者还是使用深度理解C# 和C#学习笔记作为入门书籍