Can anyone guide us how toachieve multicore processor programming using dot net framework?
Hello Kundan,You would probably have more success going after folks who do .net programming and ask them about using multiple threads.I found one such site using google.http://thedotnethub.blogspot.com/2010/04/introducing-net-40-parallel-pro...Hope this helps,Pat
I recommend you to lookfor articleson MSDN. Here is a link:
http://msdn.microsoft.com/en-us/magazine/default.aspx
Best regards,Sergey
You could also ask for advise on: http://social.msdn.microsoft.com/Forums/en/category/parallelcomputing
.Net 4.0's "Parallel.For" will be a good place to start. Good Luck