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 |
What do you mean by web service?
asp mean
What is the use of UML in .Net
Tell us why do we use the “using” statement?
Which file is taken by compiler when we have both file Application and Server Configuration file?
When a Static Constructor called in .NET?
What is il in vb.net?
Can you share processes between Windows services?
How Garbage Collector (GC) Works?
State the differences between the dispose() and finalize().
What is .NET Framework?
What is the model role in Mvc architecture?