Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 the difference between the while and for loop.

1027


Explain me what is encapsulation?

1141


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

1126


What is the microsoft .net?

1170


Write the .net syntax for 'while loop'?

1113


What is strong-typing versus weak-typing? Which is preferred?

1127


Which namespace is require to used XML in .NET?

1086


When we go for html server controls and when we go for web server controls?

1207


How does linq work?

1086


Define code access security (cas)?

1067


What is an assembly? What are the different types of assemblies?

1266


Explain the difference between vb and vb.net?

1124


What are the authentication methods in .net?

1083


Explain what is an anonymous method and how is it different from a lambda expression?

1019


What relationship is between a process, application domain, and application?

1067