Tag: anonymous methods

  • Evolution Of Delegates Part 2

         So i assume you have read Evolution Of Delegates Part 1, any way lets start off by explaining anonymous delegate    Anonymous Delegates         Anonymous delegates the ability to declare a delegate and the method it points to inline without the need to declare the method separately, well that sound awesome but sure it has  its advantages and disadvantages,…