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 minimum requirement for entity framework applications to run?
What filters are executed in the end?
How large is the .net framework 3.0?
Is it possible to create a custom filter?
What is difference between viewbag and viewdata and tempdata?
What is NonActionAttribute ?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
How to bind table colum with gridview column?
What is Differnce between html.action and ajax.action?
What are the possible razor view extensions?
What are the advantages of mvc over asp.net?
Possible ways to prevent xss attacks on mvc application?
Do you know about the new features in ASP.Net MVC 4 ?
What are the new enhancements done in default project template of asp.net mvc 4?
What are actions in mvc?