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 |
what is mean by versioning? Please answer me. Advance thanks.
Describe the .net framework architecture.
What is entity framework used for?
What are the sub types of ActionResult?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
How to set the debug mode
which are the key concepts of entity data model?
Can we create the web service in windows application?
Explain what is the difference between view and partial view?
what is entity framework advantage?
How we can handle the exception at controller level in ASP.Net MVC?
Can we have enum in entity framework?