.NET Things: Delegates
Continuing on with the .NET Things series, we’re going to explore C# delegates — put simply they are functions that are treated as first class objects, and therefore can be passed around as parameters in your code. We’ll see how C# exposes this API, some common places ASP.NET uses them…