Microsoft.NET Question:

Is .NET capable of supporting multi-thread?

Microsoft.NET Interview Question
Microsoft.NET Interview Question

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


Previous QuestionNext Question
Explain How does assembly versioning work?What is IL and C#?