How do you create threading in.net?



How do you create threading in.net?..

Answer / Prashant Malik

To create a new thread in .NET, first create a new instance of the Thread class and pass a delegate to the constructor, representing the method that will be executed in the new thread. Then call Start() on the thread object to begin execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What do you mean by web service?

1 Answers   Accenture,


asp mean

3 Answers   CTS, TCS,


What is the use of UML in .Net

1 Answers  


Tell us why do we use the “using” statement?

1 Answers  


Which file is taken by compiler when we have both file Application and Server Configuration file?

1 Answers  


When a Static Constructor called in .NET?

1 Answers  


What is il in vb.net?

1 Answers  


Can you share processes between Windows services?

2 Answers  


How Garbage Collector (GC) Works?

1 Answers  


State the differences between the dispose() and finalize().

1 Answers  


What is .NET Framework?

2 Answers  


What is the model role in Mvc architecture?

3 Answers  


Categories