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 the use of the default route?

609


What is the difference between model view and controller?

489


what is client wins and store wins mode in entity framework concurrency?

660


What is the difference between tempdata and viewbag?

503


What is layout in mvc?

571






How we can register the Area in ASP.Net MVC?

574


I want ask from plz smaple example code for Biztalkk server

1721


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

560


What is the version number for the next version of the .net framework, codenamed �orcas�?

489


List the new features added in .net framework 4.0.

528


What is basic authentication in web api?

534


What are the advantages of razor view engine?

534


What is a model in android?

497


What is the importance of NonActionAttribute?

624


Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?

553