Multithreading Demo Code from VSLive Dallas

I have placed the source code from my VSLive Dallas talk on Multhreading in Windows Forms on my corporate website.  There are three solutions, each showing a different aspect of multithreading specific to Windows Forms.  The first is called AsyncDemo and shows how to wrap a slow process in the .NET asynchronouse programming model.  The second solution is BGWDemo and shows how you can use the BackgroundWorker component.  The last demo is called TimerDemo and shows the difference between the three types of timers available. in the .NET Framework.  This code is currently in C#, I'll try to get a VB version done as soon as I can.

 Download the demo code.

No Comments