If background completes its processing will it wait for
foreground threads?
Answer Posted / ramsubbu
In .net Threading concept both the background thread and
the foreground thread means the same with minor difference
between the two, in a foreground thread you can control and
make sure that the thread has completed its execution,
whereas we can not control the execution of background
thread, Background threads do not prevent the process from
being terminated.
In general when all the foreground threads are stopped the
CLR stops the process by terminating the background threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain entity lifecycle? : Entity framework
What is poco proxy? : Entity framework
Is it possible to cancel filter execution?
How we can register the Area in ASP.Net MVC?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is RouteConfig.cs in ASP.Net MVC 4?
Explain the methods used to render the views in mvc?
In which assembly is the mvc framework defined?
mention in what all scenarios entity framework can be applicable?
What is separation of concerns in asp.net mvc?
How does the 'page lifecycle' of asp.net mvc works?
What is the use .glimpse in mvc?
What filters are executed in the end?
What is the use of viewmodel in mvc?
Why should we go for entity framework?