If background completes its processing will it wait for
foreground threads?
Answer Posted / prabhu
A managed thread is either a background thread or a
foreground thread. Background threads are identical to
foreground threads with one exception: a background thread
does not keep the managed execution environment running.
Once all foreground threads have been stopped in a managed
process (where the .exe file is a managed assembly), the
system stops all background threads and shuts down
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Do I need microsoft .net framework?
How do you specify comments using razor syntax?
What is the use .Glimpse in ASP.Net MVC
What is ViewData and TempData in ASP.Net MVC?
What is difference between viewbag and viewdata and tempdata?
How to use Jquery Plugins in ASP.Net MVC validation?
What is Peek method in Tempdata in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Explain the request flow in asp.net mvc framework?
What is conceptual model? : Entity framework
How does �side by side� work for the .net framework 3.0?
mention what is code first approach and model first approach in entity framework?
differences between poco, model first and data first approach?
Can you explain model, controller and view in mvc?
What is entity framework? : Entity framework