What is the purpose of System.EnterpriseServices namespace ?
Answer / 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 |
Explain how to directly call a native function exported from a dll?
What?s SingleCall activation mode used for?
What are the types of remoting?
Explain the differences between marshal by value and marshal by reference?
Explain how to perform remoting?
Give the Hierarchial description of remoting?
When should we choose .net remoting over .net web services?
When we use web service and when we use Remoting?
Will clr handle unmanaged code or not?
What are the difference between static assemblies and dynamic assemblies?
Types of compatabilities and explain them ?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?