Microsoft.NET Question:
Download Questions PDF

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

Download Microsoft.NET Interview Questions And Answers PDF

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