Answer Posted / nalla
Theading types in Microsoft world are
STA -Single threaded apartment model- Synchronized
automatically- E.g Forms in windows(Win forms) are STA
application.
MTA -Multithreaded apartment model -Here synchronization is
required to acess shared resources. Use Mutex or Monitors
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain serialization formatters in .net remoting
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What is fundamental of published or precreated objects in remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the types of remotable objects?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What do you mean by windows authentication?
What is Remoting?
What are the difference between static assemblies and dynamic assemblies?
What is the proxy of the server object in .net remoting?
Explain when we use web service and when we use remoting?
What are the types of remoting?
What are the remotable objects in .net remoting?
What is asynchronous programming?
Can you explain remoting?