Can somebody point me to a good site/book/article about multithreading with .net?
I didn't find much info about this...
thanks
Can somebody point me to a good site/book/article about multithreading with .net?
I didn't find much info about this...
thanks
Here are some articles to get you started:
Introduction to Multithreading in C# - provides a good overall introduction to threading.
Safe, Simple Multithreading in Windows - this is an excellent series of articles for learning about threading of Windows UI's. You may also want to read Safe, Even Simpler Multithreading in Windows Forms 2.0 to read about BackgroundWorker.
These all helped me:
http://www.albahari.com/threading/
http://msdn.microsoft.com/en-us/magazine/cc188793.aspx#fig7
http://www.yoda.arachsys.com/csharp/threads/volatility.shtml
I would recommend Jefferey Richter's articles on threading Power Threading