Wednesday, November 30, 2011

Delegates in C# - CodeProject

English: Logo for C Sharp (programming language)
Image via Wikipedia
Introduction to Article

Let’s play around with the main interrelated concepts of delegates in C#.
Today, in this article, we will dig out and play around by creating a simple delegate program and let’s see how better we can perform in this single program only. I mean, in this program, I will cover all stuff required for delegates from all the possible ways. So I will be covering simple delegate creation, multi-cast delegate, use of named methods, use of anonymous methods, use of lambda expression and finally a much better implementation about all of these and generic delegates as well.


Delegates in C# - CodeProject
Enhanced by Zemanta

No comments: