If foreground completes its processing will it wait for
background threads?
Answer / pradeep
yes if we have implemented join method of thread then it
will wait else wont
| Is This Answer Correct ? | 1 Yes | 0 No |
What are attributes
mention in what all scenarios entity framework can be applicable?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
Does razor engine supports for tdd?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Describe the .net framework architecture.
What is RouteConfig.cs in ASP.Net MVC 4?
How we can register the Area in ASP.Net MVC?
What is the use of dataadapter ?
What is the difference between viewbag and viewdata in mvc?
Have you designed any components?