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 are the new enhancements done in default project template of asp.net mvc 4?
List the new features added in .net framework 4.0.
What is layout in mvc?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
Explain the methods used to render the views in ASP.Net MVC?
What is objectset? : Entity framework
Explain representational state transfer (rest) in detail?
What is viewstart page in mvc?
How to update one of my table in database at 4pm every day how it is possible?
why DotNetFramework is included in building a software
Which are the important namespaces used in mvc?
Explain what is routing?
How does the .net framework 3.0 relate to windows vista?
what is lazy loading in entity framework?
how can you enhance the performance of entity framework?