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
What is unmanaged code?
What are the steps to publish an object outside the service domain
Will clr handle unmanaged code or not?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
what are the requirements to enable remote components to interact each other?
Garbage collector?s functionality on unmanaged code ?
Explain marshalling and its types in .net remoting
What are the different types of channels used by .net remoting and which is the best one?
Is it a good design practice to distribute the implementation to remoting client?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What are the difference between static assemblies and dynamic assemblies?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are different types of assemblies?
What do you mean by windows authentication?