Tech blog

Thursday, December 08, 2005

Interesting article on Controls.BeginInvoke

http://www.codeproject.com/csharp/begininvoke.asp

Did you know (.NET)

Did you know that System.Delegate is not a delegate type and that System.ValueType is not a value type?

These are both marker classes, and you have to be derived from them to qualify as a delegate or value type respectively.