C# closures

Just after starting to play with closures in javascript (to fake delegates), i run across an excellent series of articles on closures and anonymous functions in C# 2.0, complete with pitfalls. Cool stuff...

The implementation of anonymous methods in C# and its consequences

Part 1

Part 2

Part 3