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 threading types?
How do you directly call a native function exported from a DLL?
Define the lease of the object?
Define proxy in .net remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Define remotable objects in .net remoting?
Difference between web services & remoting?
How can we call methods in remoting asynchronously?
What is asynchronous programming?
What are the information required to configure remote objects?
Explain the differences between marshal by value and marshal by reference?
What are the different types of channels used by .net remoting and which is the best one?
What is unboxing?
What do you mean by passport authentication?
What is the Difference between CAO and SAO in Remoting.