How do .NET delegates work?
The Insider News
1
Posts
1
Posters
0
Views
1
Watching
-
Matt Warren[^]:
Delegates are a fundamental part of the .NET runtime and whilst you rarely create them directly, they are there under-the-hood every time you use a lambda in LINQ to make your code more functional. But how to they actually work and what’s going in the CLR when you use them?
For the curious and/or geekishly inclined