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
will there be any issues adding a table without primary keys to a data model?
How you can implement custom validation in asp.net MVC?
What is the meaning of unobtrusive javascript?
What is difference between razor and web form engine?
What are Non Action methods in ASP.Net MVC?
What are scaffold templates in mvc?
Explain two instances where routing is not implemented or required?
What is objectcontext? : Entity framework
Explain the tools used for unit testing in ASP.Net MVC
mention what is code first approach and model first approach in entity framework?
What are the new features 3.5 framework against with the tool?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What are Action Filters in ASP.NET MVC and its use?
Which is the root namespace for fundamental types in .net framework?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?