C# Delegates Part 3This post is a continuation from the previous post. You need to have a look at the previous […] July 2, 2018 in C# tagged delegate / extensible / flexible / += / multicast / framework / C# Delegates by Mike
C# Delegates Part 2In C#, what is a delegate? A delegate is an object that knows how to call a method […] July 2, 2018 in C# tagged framework / delegate / extensible / flexible / C# Delegates by Mike
C# Lambda IntroductionA Lambda expression is nothing more than an anonymous method. It has no access modifier (public/private), it has […] July 2, 2018 in C# tagged lambda / C# Lambda by Mike