Kabir PathakThe Rails delegate MethodIn Ruby on Rails, you often encounter scenarios where you need to call methods on associated objects through their parent objects. Method…5h ago
InLevel Up CodingbyJared AmlinDelegates and Events Part 1: Void TypeThere is a powerful combination to be found with delegates and events, and they are very useful together when using Unity’s new input…Nov 16, 2022
Anurag RamtekePass Method as Parameter in c#In C#, you can pass methods as parameters by using delegates, function or action. Passing method as parameter is similar to function…Apr 9Apr 9
Matin GhanbariFunc, Action, Predicate, and Expression: A Deep Dive into .NET DelegatesIn the realm of .NET programming, delegates provide a powerful mechanism for encapsulating methods and passing them as arguments to other…Dec 61Dec 61
DotNet Full Stack DevHave you ever used Multicast Delegates in C#, here is why.Real-Time Use of Multicast Delegates in C#Nov 17Nov 17
Kabir PathakThe Rails delegate MethodIn Ruby on Rails, you often encounter scenarios where you need to call methods on associated objects through their parent objects. Method…5h ago
InLevel Up CodingbyJared AmlinDelegates and Events Part 1: Void TypeThere is a powerful combination to be found with delegates and events, and they are very useful together when using Unity’s new input…Nov 16, 2022
Anurag RamtekePass Method as Parameter in c#In C#, you can pass methods as parameters by using delegates, function or action. Passing method as parameter is similar to function…Apr 9
Matin GhanbariFunc, Action, Predicate, and Expression: A Deep Dive into .NET DelegatesIn the realm of .NET programming, delegates provide a powerful mechanism for encapsulating methods and passing them as arguments to other…Dec 61
DotNet Full Stack DevHave you ever used Multicast Delegates in C#, here is why.Real-Time Use of Multicast Delegates in C#Nov 17
Mind NetworkGet Set: Mind Network FHE Hub Launching SoonFHE hubs launch on November 25 at 8:00 AM (UTC)! Don’t miss the limited-time voter registration and boost your $vFHE!Nov 21
Niraj RanasingheDynamic Method Invocation in C# with DelegatesIn C#, delegates are a powerful concept that allows us to treat methods as values. This means we can assign methods to variables, pass them…Apr 29
Moltech SolutionsEvents and Delegates in C#In C#, events and delegates are key to creating flexible and responsive programs. Delegates, function similarly to method pointers…Nov 19