If background completes its processing will it wait for
foreground threads?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is serialization in .NET? What are the ways to control serialization?
How .net assemblies are registred as private and shared assembly ?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
Which filter executes first in an asp.net mvc application?
Mention two instances where routing is not implemented or required?
can we call the garbage collector to run explicicitly?
What is Area in ASP.Net MVC?
What is MVVM design pattern?
how to maintain the session state? what is Abstract class and interface and inheritence with example?
How we can add the css in mvc?
What’s the advantage of using System.Text.StringBuilder over System.String?
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,