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
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Is it a good design practice to distribute the implementation to remoting client?
What are static assemblies and dynamic assemblies?
What is Remoting?
What is a formatter in .net remoting?
How to decide which to use .net remoting or asp.net web services?
Define singlecall activation mode in .net remoting?
Explain the differences between marshal by value and marshal by reference?
What are the ways to configure remoting objects before client can use them?
How do you implement distributed applications in .net?
Can we configure a .net remoting object via xml file?
What do you mean by passport authentication?
Explain the types of .net remoting?
What are static assemblies and dynamic assemblies. Differences between them?
What is asynchronous programming?