ILoggable

A place to keep my thoughts on programming

 Subscribe

geekblog
[at]
claassen [dot] net

Powered by Blogger

Saturday, August 05, 2006

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

0 Comments:

Post a Comment

<< Home