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 |
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
What is different between User Control and Web Control and Custom Control?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
How we can multiple submit buttons in ASP.Net MVC
how to maintain the session state? what is Abstract class and interface and inheritence with example?
How does the 'page lifecycle' of asp.net mvc works?
What are multicast delegates ? give me an example
What are Code Blocks in Views?
When was .NET announced
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Can we create the web service in windows application?