Delegate, Action, Func, Lambda expression - What the heck!?
Explains C# delegates, including Action, Func, Predicate, and lambda expressions, and how they are used to pass methods.
Explains C# delegates, including Action, Func, Predicate, and lambda expressions, and how they are used to pass methods.
An interview with iOS developer Emin Grbo about his journey into programming, learning Swift, challenges with delegates, and career advice.
Explains how .NET delegates work internally, including their CLR implementation, IL representation, and runtime behavior.
A technical guide on implementing a generic DelegateEqualityComparer in C# to simplify custom equality comparisons in LINQ queries.
Explains memory leaks from .NET events and presents a custom WeakEvent pattern implementation using WeakDelegate to avoid strong references.
Explains how to use ASP.NET's CacheItemRemovedCallback delegate to centralize and log cache item removal events for better cache management.