Threading code in c#

I just got done writing the C# example threading code for a talk that I will be doing this week in Knoxville

In reading back through the documentation, I found that the documentation on threading has significantly changed since .NET Version 1.0 Beta 2.  The original documentation on threading and passing parameters back in vb talked about raising events and didn't feel really programmatic.  It felt more hadcoded.  Yes, I am an old timer in .NET having working with it since the PDC 2000 bits and many betas and release candidates after beta 1 upto .NET 1.0 and several Everett betas.  With the current documentation, I like the way that the docummentation talks about delegates with threads.

Wally

No Comments