How do you create threading in .NET? What is the namespace
for that?
Answer Posted / kinjal
for threading namespace in .NET is
using System.Treading
static void Main(string[] args)
{
Thread.currenttread.name="k";
Console.WriteLine("name is {0}" , Thread.currentthread.name)
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
I'm having some trouble with cas. How can I troubleshoot the problem?
What is Full trust permission set in .Net
What is the advantage of packaging over xcopy in .net?
How do I use the thread pool?
Please explain what is heap and what is stack?
What is Complex Class in .NET?
What are the differences between user control and server control?
Which Namespace is used to to achieve MultiThreading in .NET?
Explain the difference between asp.net and asp?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is the advantage of .net?
What are the different.net tools which you used in projects?
Explain dataset.acceptchanges and dataadapter.update methods in .net?