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
How can I get at the win32 api from a .net program?
What are the features of dot net?
Dynamic Fonts
Do you know what is linq?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
Describe session handling in a webform, how does it work and what are the limitations?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What is the difference between web application and enterprise application?
What is the native image generator?
Tell us why do we use the “using” statement?
What is RCW (Run time Callable Wrappers)?
How to view a .NET assembly?
Explain what is the difference between encrypting a password and applying a hashing?
What is garbage collection in .net? Explain the garbage collection process?