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
How can I return string result from action in asp.net mvc?
What is difference between razor and web form engine?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is the difference between entity framework and mvc?
Explain peek method in tempdata in asp.net mvc?
Which version of .net framework is installed?
What is display mode in mvc?
What are the new enhancements done in default project template of asp.net mvc 4?
What is associationset? : Entity framework
What is ViewData and TempData in ASP.Net MVC?
What is .net architecture?
How we can call a javascript function on the change of a dropdown list in mvc?
Give an example for authorization filters in an asp.net mvc application?
what is explicit loading?
What is orm entity framework?