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 benefits of .net framework?
What are bundling & minification features in asp.net mvc 4?
What are the new enhancements done in default project template of asp.net mvc 4?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What is stateless model?
What is razor code?
What is viewstart page in mvc?
Why to use Html.Partial in ASP.Net MVC?
Is it possible to share a view across multiple controllers?
Is .net framework dead?
what is complex type?
Can I use razor code in javascript in asp.net mvc?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Explain the advantages of asp.net mvc over asp.net?
What is object service? : Entity framework