what are background threads? give ex?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
What is the use of viewmodel in mvc?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is a model in android?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
The order of the filters that get executed, if the multiple filters are implemented?
What is the use of razor view engine?
Is .net core replacing .net framework?
reading doc file in textbox using .net2005 with c#