Different levels of priority provided by .net.
Answer / Pradeep Prasad
.NET provides three levels of thread priority: Low (ThreadPriority.Lowest), Normal (ThreadPriority.Normal), and High (ThreadPriority.Highest). The ThreadPriority property can be set for a thread to determine its relative priority compared to other threads in the same application.
| Is This Answer Correct ? | 0 Yes | 0 No |
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
Do you know what is garbage collector?
What is shared and repeatable inheritance?
What is "microsoft intermediate language" (msil)?
can we use private assembly in other project in dot net.
Explain how com+ related to the dna architecture?
What is meant by localization?
What is the model role in Mvc architecture?
What are .net applications?
How is a managed code executed?
How do you create threading in .NET? What is the namespace for that?
What is the difference between custom control and web control?