Matt Warren 1/25/2017

How do .NET delegates work?

Read Original

This technical deep-dive explores the inner workings of .NET delegates, covering their role in lambdas and LINQ. It examines the IL code, runtime implementation (EEImpl methods), and how the CLR/JIT handles delegate construction and invocation, referencing the ECMA CLI standard and Book of the Runtime.

How do .NET delegates work?

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes