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 is the difference between tempdata and viewbag?
Is it possible to cancel filter execution?
What is Peek method in Tempdata in ASP.Net MVC?
What is the advantage of mvc?
what do you mean by table-per-type?
What are the components required to create a route in mvc?
will there be any issues adding a table without primary keys to a data model?
Explain JSON Binding?
What is attribute routing in mvc?
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is .net framework in simple terms?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are the main features of asp.net mvc 4 used by asp.net web api?
mention what is csdl, ssdl and msl sections in an edmx file?
What is separation of concerns in asp.net mvc?