Simplest C# Anonymous Method
Refer to the article Create Elegant Code With Anonymous Methods, Iterators, And Partial Classes (http://msdn.microsoft.com/msdnmag/issues/06/00/C20/default.aspx). There is a particular small section I like it very much, Anonymous Methods. This feature is related to the concept of Lambda expressions of LINQ (http://msdn2.microsoft.com/en-us/library/aa730866(VS.80).aspx).
When you download the source code for the article then you will realize the Anonymous Method part is not the simplest to understand. I have rebuilt the sample code to put delegate with and without using Anonymous Method together to have better look and feel.
Do modify the code to play following the mentioned article. For more information go to:
http://msdn2.microsoft.com/en-us/vcsharp/default.aspx
http://blogs.msdn.com/charlie/