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 the "helperpage.isajax" property?

0 Answers  


In which testing using in .net framwork?

2 Answers  


What happens when you encounter a continue statement inside the for loop ?

1 Answers  


im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me

2 Answers  


what is entity framework advantage?

0 Answers   Microsoft,






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

0 Answers   Microsoft,


How the color of selected menu item will be changed in asp.net menu item?

1 Answers   Cognizant,


What is basic authentication in web api?

0 Answers  


What does mvvm mean?

0 Answers  


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers  


What is IL

1 Answers  


What is routeconfig.cs in mvc 4?

0 Answers  


Categories