Answers

Question and Answer:

  Home  Microsoft.NET

⟩ Is .NET capable of supporting multi-thread?

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,....

 185 views

More Questions for you: