Is .NET capable of supporting multi-thread?

Showing Answers 1 - 3 of 3 Answers

sundari

  • Sep 18th, 2005
 

yes, .net supports multithreading which is one of the feature supported by .net

  Was this answer useful?  Yes

sabir

  • Jan 13th, 2006
 

multi threading is supported by .net is having its own namespace called as system.therading

sanjay80

  • May 16th, 2006
 

Multithreading is a important feature of .NET, which was not there in Visual Basic.

If u want to use Multithreading, import a namespace called as System.Threading.In this namespace there are many classes related to it like Mutex,....

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions