Hi, I never work with multithreading in c#. Can some body give me a simple code example to do this?
(c# with asp.net web application)
My intention is i want to read 10 values at a same time. So I'm going for multithreading concept. Is it right thing what I choose? Or is there any best way to approach?
Thank you, nagu