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...
(展开)
0 有用 穹妹你好香 2022-09-05 10:50:35 上海
写的很好。。
1 有用 幻听丶全球变冷 2020-08-07 21:31:47
极其不适合初学者,建议初学者去看Timothy Liu老师在YouTube上的教学视频。
1 有用 fate 2017-11-17 22:24:28
适合入门吧
1 有用 bottle 2018-04-10 11:17:52
适合有其他编程语言基础的C#新手
0 有用 wocow3 2021-01-17 21:26:17
为了C#6.0特意再次刷了一遍,最好的C#语法书,听说C# 7.0本质论已经出了,不过那些语法糖貌似不适用就不用追新了