Answer Posted / 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 |
Post New Answer View All Answers
What are the 2 ways of adding constraints to a route?
mention what is the difference between ado.net and classic ado?
What is poco proxy? : Entity framework
Explain Model, view and Controllers in Asp.Net MVC?
Explain what is routing?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Explain representational state transfer (rest) in detail?
Explain dependency resolution?
How route table has been created in ASP.NET ASP.Net MVC?
Explain the new features 3.5 framework against with the tool?
What is the difference between model view and controller?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is connected scenario? : Entity framework
What is a model in programming?
what is deferred loading(lazy loading)?