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 are the components required to create a route in ASP.Net MVC?
Explain the request flow in asp.net mvc framework?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Is entity framework slow?
What is the benefit of entity framework?
Explain what platforms does the .net framework run on?
What is .net framwork?
What is domain class model?
what is complex type?
How we can add the CSS in ASP.Net MVC?
Explain the advantage of packaging over xcopy in .net?
Is the following route definition a valid route definition? {controller}{action}/{id}
explain what is ado.net entity framework?
What is .net core framework?
What is code first? : Entity framework