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
Which is the default http method for an action method?
How to enable Attribute Routing?
How to Redirect Tracing to a File
Explain something about model, view and controllers in asp.net mvc?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is entity sql? : Entity framework
what is code first approach?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What symbol would you use to denote, the start of a code block in razor views?
Can I remove .net framework?
mention what is csdl, ssdl and msl sections in an edmx file?
How route table has been created in ASP.NET ASP.Net MVC?
What are ajax helpers in asp.net mvc?
What is difference between html.beginform and ajax.beginform?
Explain the 'page lifecycle' of an ASP.NET MVC?