Introduction C# 2.0 is out there for quite a while now but I still have some in-depth posts on my to-blog-list. This time, I'm going to focus on the inner workings of anonymous methods . Delegates Delegates are managed function pointers. Classic example: using System; using System.Threading; class Demo...