Answer Posted / praveen
Apartment Threading (STA): This allows multiple threads to
exist in a single application. In single threading
apartment (STA), each thread is isolated in it?s own
apartment. The process may contain multiple threads
(apartments) however when an object is created in a thread
(i.e. apartment) it stays within that apartment. If any
communication needs to occur between different threads
(i.e. different apartments) then we must marshal the first
thread object to the second thread.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
How route table is created in ASP.NET MVC?
Explain tempdata in asp.net mvc?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is entitytype? : Entity framework
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is meant by tempdata in mvc?
What are the main components of .net framework?
Which is the root namespace for fundamental types in .net framework?
How to Create an Intranet Site Using ASP.NET MVC?
How does work clr?
What are the 2 ways of adding constraints to a route?
What are the 3 main components of an asp.net mvc application?
What is routeconfig.cs in mvc 4?
What is needed for running an application built on winfx on the .net framework 3.0?
Are there any parts of the .net framework 3.0 that only work on windows vista?