Comments on: C# Intermediate – Delegates https://code-maze.com/csharp-delegates/ Learn. Code. Succeed. Sun, 11 Sep 2022 06:57:04 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Marinko Spasojević https://code-maze.com/csharp-delegates/#comment-6578 Sun, 11 Sep 2022 06:57:04 +0000 https://code-maze.com/?p=4801#comment-6578 In reply to Gerry.

Thank you Gerry, glad to hear that.

]]>
By: Gerry https://code-maze.com/csharp-delegates/#comment-6576 Sat, 10 Sep 2022 22:07:30 +0000 https://code-maze.com/?p=4801#comment-6576 This whole series has been great as a reminder on c# for me as I have not used it in years, really enjoyed it, thank you 😁

]]>
By: MarinkoSpasojevic https://code-maze.com/csharp-delegates/#comment-4703 Wed, 24 Nov 2021 18:25:11 +0000 https://code-maze.com/?p=4801#comment-4703 In reply to Vinod Patil.

You are most welcome.

]]>
By: Vinod Patil https://code-maze.com/csharp-delegates/#comment-4701 Wed, 24 Nov 2021 18:11:08 +0000 https://code-maze.com/?p=4801#comment-4701 Clear and Concise.
Thank you 🙂

]]>
By: saint4eva https://code-maze.com/csharp-delegates/#comment-2380 Mon, 27 Jul 2020 01:47:07 +0000 https://code-maze.com/?p=4801#comment-2380 Thank you for the writeup – very interesting. Personally, I prefer the switch expression Execute method.

]]>
By: Aleks Zivkovic https://code-maze.com/csharp-delegates/#comment-478 Wed, 31 Oct 2018 18:50:00 +0000 https://code-maze.com/?p=4801#comment-478 Unless you create different groups of operations, you don’t need to instantiate execution manager outside the operation manager. This is better for unit testing and as a general solution, but in this particular case, someone might get confused why do we need that.

]]>