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 |
Explain the types of Scaffoldings.
Which is the root namespace for fundamental types in .net framework?
About namespaces ?
How do you convert a string into an integer in .NET
Can you set the unlimited length for "maxjsonlength" property in config?
What is an asynchronous controller in asp.net mvc?
How we can call a javascript function on the change of a dropdown list in mvc?
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible
What is entityset? : Entity framework
How to change the action name in ASP.Net MVC?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is the use of action filters in an mvc application?