C# Delegates IntroductionWhen you first study delegates in C#, there is sometimes difficulty in under standing them. The book C# […] September 4, 2018 in C# tagged introduction / pointer / delegates / 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# 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 flexible / += / multicast / framework / delegate / extensible / C# Delegates by Mike
C# Delegates Part 4In some of the previous posts on delegates we defined a custom delegate. Instead of creating a custom […] August 22, 2018 in C# tagged delegate / C# Delegates by Mike
C# Delegates GeneralA General Case In this post we are going to take the Photo Processor example and change the […] August 22, 2018 in C# tagged delegate / multicast / general / C# Delegates by Mike
C# Delegates StepsThe book Illustrated C# 7, Fifth Edition by Daniel Solis and Cal Schrotenboer published by Apress shows the […] December 1, 2018 in C# tagged C# Delegates by Mike
C# Delegates Illustrated ExampleThe book Illustrated C# 7, Fifth Edition by Daniel Solis and Cal Schrotenboer published by Apress there is […] December 1, 2018 in C# tagged C# Delegates by Mike
C# Delegates Anonymous MethodsThe book Illustrated C# 7, Fifth Edition by Daniel Solis and Cal Schrotenboer published by Apress has an […] December 1, 2018 in C# tagged C# Delegates by Mike