Library tutorials & articles tagged with delegates

Search filter
Page 1 of 1
  • The Beauty of Closures

    by Jon Skeet

    Closures are often described in terms of functional languages, but Jon introduces the concept of closures in a world of C# and Java. Learn how to use them and why. c#, java, closures, delegates

  • Event Handling in .NET Using C#

    by Deepak Dutta

    In this article I discuss the event handling model in .NET using C#. The discussion starts with an introduction to the concept of delegates and then it extends that concept to events and event handling in .NET. Finally, I apply these concepts to GUI event handling using windows forms. Complete code is provided in each step of the discussions. c#, events, eventhandler, beginner

Want to stay in touch with what's going on? Follow us on twitter!