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
Different between .net & j2ee ?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is the use of design pattern?
What are the core differences between .NET Languages ?
What does jit compilation do in .net?
How do you view the methods and members of a dll?
What is implement a generic action in webapi?
What is garbage collection and how it works ?
What is interface and abstract class in .net?
What's singlecall activation mode used for in .net?
What are asp.net authentication providers and iis security?
What are the types of jit?
How will you make .NET programs work in Linux ?