Ray's playground

 

Item 24: Express Callbacks with Delegates(Effective C#)

Delegates provide the best way to utilize callbacks at runtime, with simpler requirements on client classes. You can configure delegate targets at runtime. You can support multiple client targets. Client callbacks should be implemented using delegates in .NET.

posted on 2011-02-14 21:10  Ray Z  阅读(148)  评论(0编辑  收藏  举报

导航