Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 serialization in .NET? What are the ways to control serialization?

2 Answers  


mention what is code first approach and model first approach in entity framework?

0 Answers   Microsoft,


Explain tempdata in asp.net mvc?

0 Answers  


Explain encapsulation

1 Answers   HPCL, Hughes Systique Corporation,


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

0 Answers  


about triggers?

6 Answers   CSC,


How to use multiple submit buttons in asp.net mvc?

0 Answers  


mention what is csdl, ssdl and msl sections in an edmx file?

0 Answers   Microsoft,


What are the new features 3.5 framework against with the tool?

0 Answers  


What is Globalizationa and Localization

1 Answers  


Httpcontext objects?

2 Answers   HACL, HP,


What is Layout in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


Categories