Hi,
How many types of thread. When it is used in .net?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Oct 4, 2011, 1:34 PM
Amit ChoudharyPosted Oct 4, 2011, 2:03 AM
Now a days TPL (Task Parallel Library) is available in .Net 4.0 in System.Threading.Tasks namespace providing the different taste of threading. You don't need to be master in threading but if you have ground knowledge of threads you can go and use the Task, Parallel.ForEach and Parallel.For to create and execute the code in separate threads in parallel with very good utlilization of you multicore processor.
Prabhu RajaPosted Oct 4, 2011, 1:32 AM
If you are C# Programmer, It will help you. Click Here