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
Explain the difference between the while and for loop.
Explain me what is encapsulation?
What is the base class of Button control in .NET?
What is the microsoft .net?
Write the .net syntax for 'while loop'?
What is strong-typing versus weak-typing? Which is preferred?
Which namespace is require to used XML in .NET?
When we go for html server controls and when we go for web server controls?
How does linq work?
Define code access security (cas)?
What is an assembly? What are the different types of assemblies?
Explain the difference between vb and vb.net?
What are the authentication methods in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
What relationship is between a process, application domain, and application?