what are background threads? give ex?
Answers were Sorted based on User's Feedback
Answer / petchiappan
All pooled threads are background threads.
Background threads Terminate automatically when the
application's foreground thread(s) end
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / koushh
Garbage Collector is a background thread.
It run until .Net code is running else idle.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / bharani
A background thread is a thread that does not interact with
the user. We can say it is basically a while loop.
ex
while(true)
{
if (condition == fail)
break
}
| Is This Answer Correct ? | 0 Yes | 4 No |
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
What are the sub types of ActionResult?
Can any particular component of .net framework 3.0 be removed?
Where do the reference-type variables go in the RAM ?
what is a mvc in asp.net?
3 Answers Cap Gemini, Elsinoir Technologies, HCL,
What are the Core features of ASP.NET MVC?
What are Model Binders in ASP.Net MVC?
What is .net framework used for?
What are the advantages of mvc over asp.net?
How route table has been created in ASP.NET ASP.Net MVC?
What is side by side Execution ?