what are background threads? give ex?

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


Please Help Members By Posting Answers For Below Questions

How can I return string result from action in asp.net mvc?

788


What is difference between razor and web form engine?

761


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.

2383


What is the difference between entity framework and mvc?

742


Explain peek method in tempdata in asp.net mvc?

816


Which version of .net framework is installed?

701


What is display mode in mvc?

757


What are the new enhancements done in default project template of asp.net mvc 4?

789


What is associationset? : Entity framework

784


What is ViewData and TempData in ASP.Net MVC?

781


What is .net architecture?

744


How we can call a javascript function on the change of a dropdown list in mvc?

793


Give an example for authorization filters in an asp.net mvc application?

748


what is explicit loading?

853


What is orm entity framework?

722