Articles 
Tuesday, May 03 2005 Using anonymous method to safely retrieve data reader passed from DAL Some time you are forced to create a method just for the sake of using a delegate, for example there is no need for multiple targets or the code involved too short and simple. Anonymous method is a new feature in C# 2.0 that allows you to define an anonymous method called by a delegate. while they are new to c# world its widely used as “Closers” in functional programming language like lisp.
|
 My name is Jigar Desai I share my ideas on this site and you can contact me by filling contact form.
|