What is the purpose of System.EnterpriseServices namespace ?
Answer Posted / rps
The System.EnterpriseServices namespace provides an
important infrastructure for enterprise applications. COM+
provides a services architecture for component programming
models deployed in an enterprise environment. This namespace
provides .NET objects with access to COM+ services making
the .NET Framework objects more practical for enterprise
applications
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define remotable objects in .net remoting?
Name the distributed systems available apart from .net remoting?
Explain marshalling and its types in .net remoting
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Define delegates and events?
Define singleton activation mode in .net remoting?
What are the advantage of remoting over web services?
What are the channels in .net remoting?
Define singlecall activation mode in .net remoting?
What do mean by remotable objects in .net remoting?
What are the situations you will use singleton architecture in remoting ?
When do we use delegates in your remoting applications?
What are the security features in .net remoting?
What is the proxy of the server object in .net remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?