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
Elaborate the term WebService and how it differ from Remoting?
What are the types of remoting?
Explain marshalling and its types in .net remoting
How are the activation URLs different in case of SAO and CAO in .NET remoting?
what are the requirements to enable remote components to interact each other?
When do we use delegates in your remoting applications?
Write a example code for remoting?
Explain the Flow of remoting?
What is Remoting?
What is unboxing?
What are the different types of channels used by .net remoting?
What are the ways to renew lifetime leases of objects?
What are the remotable objects in .net remoting?
What is the Difference between CAO and SAO in Remoting.
What are the steps to publish an object outside the service domain