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

What is .net code security?

795


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

792


What is UDDI and how to register the web service in it?

832


What is the purpose of IClonable interface in .NET?

835


Please explain what is the .net framework and how does it work?

736


how can i create a table from front end to back end in wabe page?

1716


Is .net a language?

783


SAP Business One(this is intigrated tool of .net)

2001


What should you do to store an object in a viewstate?

797


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

4843


I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.

1714


How can I get at the win32 api from a .net program?

798


Please explain what is the difference between encrypting a password and applying a hashing?

760


What is the use of activex control in .net?

802


What is concurrency? How will you avoid concurrency when dealing with dataset?

808