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


Please Help Members By Posting Answers For Below Questions

Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

536


What are asp.net authentication providers and iis security?

532


Tell us what is a variable of implicit type and what is its scope?

571


What is the difference between a class and an object, and how do these terms relate to each other?

586


How to load a user control dynamically in runtime?

540






What is RCW (Run time Callable Wrappers)?

1956


What is the base class of Button control in .NET?

609


What is singlecall activation mode used for in .net?

567


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?

513


What is the difference between an abstract class and an interface?

507


Explain how does assembly versioning work?

582


Why did they call it .net?

588


Explain what is a manifest in .net?

568


What is web.config in .net?

583


What is .net latest version?

543