Answer Posted / 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 View All Answers
What is filters in web api?
What is the difference between ViewData, ViewBag and TempData?
what is entityclient?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Describe the .net framework architecture.
How to return the JSON from action method in ASP.Net MVC?
What is the advantage of using asp.net routing?
Define the core components of an ASP.NET MVC application?
What is domain class model?
Explain dependency resolution?
I want ask from plz smaple example code for Biztalkk server
What are Non Action methods in ASP.Net MVC?
Is .net core replacing .net framework?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What does a viewmodel do?