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 |
What is serialization in .NET? What are the ways to control serialization?
mention what is code first approach and model first approach in entity framework?
Explain tempdata in asp.net mvc?
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?
about triggers?
How to use multiple submit buttons in asp.net mvc?
mention what is csdl, ssdl and msl sections in an edmx file?
What are the new features 3.5 framework against with the tool?
What is Globalizationa and Localization
Httpcontext objects?
What is Layout in ASP.Net MVC?