what are background threads? give ex?

Answers were Sorted based on User's Feedback



what are background threads? give ex? ..

Answer / petchiappan

All pooled threads are background threads.
Background threads Terminate automatically when the
application's foreground thread(s) end

Is This Answer Correct ?    1 Yes 3 No

what are background threads? give ex? ..

Answer / koushh

Garbage Collector is a background thread.
It run until .Net code is running else idle.

Is This Answer Correct ?    1 Yes 3 No

what are background threads? give ex? ..

Answer / 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

More Dot Net Framework Interview Questions

what is code first approach?

0 Answers   Microsoft,


What is Dependency Injection in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Which is the best institute in hyderabad to learn DotNet?

152 Answers   Cygnet Infotech, Infosys, Student, SVIT, TCS,


What's the .NET class that allows the retrieval of a data element using a unique key

1 Answers  


Can source code be reverse-engineered from IL?

2 Answers  






How does �side by side� work for the .net framework 3.0?

0 Answers  


What is code first? : Entity framework

0 Answers  


What is GUID , why we use it and where

1 Answers  


What is global assembly cache

2 Answers   BirlaSoft,


What is the difference between string and String

1 Answers  


Explain something about model, view and controllers in asp.net mvc?

0 Answers  


unit test done by tetser on development team?

3 Answers   Crea,


Categories