Microsoft.NET Question: Download Microsoft.NET PDF

Is .NET capable of supporting multi-thread?

Tweet Share WhatsApp

Answer:

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

Download Microsoft.NET PDF Read All 31 Microsoft.NET Questions
Previous QuestionNext Question
Explain How does assembly versioning work?What is IL and C#?