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 proxy of the server object in .net remoting?
What are the remotable objects in .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define a process?
What is fundamental of published or precreated objects in remoting?
Which one is better WebService and Remoting ?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Explain marshalling and its types in .net remoting
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Will clr handle unmanaged code or not?
Can we configure a .net remoting object via xml file?
Write a example code for remoting?
Explain when we use web service and when we use remoting?
What are the threading types?
What are the types of remoting?