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 |
why DotNetFramework is included in building a software
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is the need of .Net framework ?
If background completes its processing will it wait for foreground threads?
what is eager loading?
Hello frnds, Actually i am plannig to put fake Xperince letter is it good or not, and please suggest me from where we take it.
Where The Inheritence is useful?How we decide the situation of inheritence
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What operating systems will the .net framework 3.0 be available for?
Which .net framework is installed?
Speaking of Boolean data types, what's different between C# and C/C++ ?
what is conceptual model?