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
What is .net code security?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is UDDI and how to register the web service in it?
What is the purpose of IClonable interface in .NET?
Please explain what is the .net framework and how does it work?
how can i create a table from front end to back end in wabe page?
Is .net a language?
SAP Business One(this is intigrated tool of .net)
What should you do to store an object in a viewstate?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
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.
How can I get at the win32 api from a .net program?
Please explain what is the difference between encrypting a password and applying a hashing?
What is the use of activex control in .net?
What is concurrency? How will you avoid concurrency when dealing with dataset?