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

what is msl?

628


What is meant by viewdata?

552


what is deferred loading(lazy loading)?

576


What is entity client data provider? : Entity framework

544


When will the .net framework 3.0 be released?

546






What are the 3 main components of an asp.net mvc application?

537


what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?

1805


How can you return string result from Action in ASP.Net MVC?

555


What are Non Action methods in ASP.Net MVC?

592


What is html.renderpartial?

562


Can you use Razor code in Javascript in ASP.Net MVC?

663


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

533


Explain how you can send the result back in JSON format in MVC?

578


How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?

505


In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?

549