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
What is objectcontext? : Entity framework
What are the 2 ways of adding constraints to a route?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Explain something about model, view and controllers in asp.net mvc?
what is complex type?
What is the significance of nonactionattribute?
What is model first? : Entity framework
Explain peek method in tempdata in asp.net mvc?
What is tempdata?
What is entitytypes? : Entity framework
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is the difference between model and entity?
What are action filters?
Can a view be shared across multiple controllers? If yes, how we can do that?
How to Create an Intranet Site Using ASP.NET MVC?