Date: January 15th, 2005

Interesting Note on Delegates, Events and Multithreading

15 January, 2005 (16:33) | .NET Code Related | 2 comments

I like the note that Brad Abrams made regarding the common usage of code for calling Event Handlers. I had no idea this much publicized approach was not thread safe. Very interesting stuff.