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
What is presentation framework?
What is entity framework in asp net?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
How we can call a javascript function on the change of a dropdown list in mvc?
What is disconnected scenario? : Entity framework
What is the use .Glimpse in ASP.Net MVC
What is filters in web api?
Explain what platforms does the .net framework run on?
What is Peek method in Tempdata in ASP.Net MVC?
What is associationset? : Entity framework
What is tempdata?
Can you please explain the request flow in ASP.NET MVC framework?
Explain the 'page lifecycle' of an ASP.NET MVC?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is entity graph? : Entity framework