what are background threads? give ex?
Answers were Sorted based on User's Feedback
Answer / petchiappan
All pooled threads are background threads.
Background threads Terminate automatically when the
application's foreground thread(s) end
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / koushh
Garbage Collector is a background thread.
It run until .Net code is running else idle.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / bharani
A background thread is a thread that does not interact with
the user. We can say it is basically a while loop.
ex
while(true)
{
if (condition == fail)
break
}
| Is This Answer Correct ? | 0 Yes | 4 No |
mention in what all scenarios entity framework can be applicable?
What is Partial Assembly References?
When do you absolutely have to declare a class as abstract
Which version of the common language runtime (clr) does the .net framework 3.0 use?
How to set the debug mode
What are the versions of .net framework?
How to Create an Intranet Site Using ASP.NET MVC?
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
What are the components required to create a route in ASP.Net MVC?
What is the difference between adding routes, to a webforms application and to an mvc application?
Describe the gac in the .net framework.
What are the options can be configured in AJAX helpers?