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 the difference between response.write & response.output.write?
What is .net and .net framework?
Please explain what is the difference between a class and an object?
Difference between class and interface in .net?
Explain what is an application domain?
What is the intermediate language between asp and asp.net1.0?
Please explain when should you use .net web forms over asp.net mvc?
What is connected and diconnected database ?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Is .net front end or backend?
Explain me what is the difference between an abstract class and an interface?
What are the main components in .net?
How viewstate is being formed and how it is stored on client in .net?
What is singleton activation mode in .net?
How does cas works?