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
What is edm in entity framework?
What is the advantage of using asp.net routing?
What are Action Methods in ASP.NET MVC?
Can I use razor code in javascript in asp.net mvc?
Why is entity framework used?
what is lazy loading in entity framework?
What is edm (entity data model)? : Entity framework
How large is the .net framework 3.0?
Explain the advantages of asp.net mvc over asp.net?
Explain what languages does the .net framework support?
Explain the .net framework.
What is Differnce between html.action and ajax.action?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is a view engine?
What is an asynchronous controller in asp.net mvc?