NET - What is a Serviced component?

What is a Serviced component?

- A serviced component is a class that is inside all the CLS-complaint languages.

- It derives directly or indirectly from the System.EnterpriseServices.ServicedComponent class.

- This way of configuring the classes allows to be hosted in a COM+ application and is able to use COM+ services.

- It represents the base class of all classes using COM+ services.

- It is a mechanism that enables COM+ services to be available to .NET framework classes.

- It is a .Net component that uses the component services of COM+.

- Serviced component enables the context sharing between the COM+ and .Net framework classes.

- It is created by defining class that has been directly or indirectly derived from the ServicesComponent class.

- It utilizes the COM+ services by using the attributes of the System.EnterpriseServices namespace.
NET - Explain how to load the contents of an XML file into an XMLDocument object
Answer - How to load the contents of an XML file into an XMLDocument object......
NET - Explain how to read the contents of an XML document using XMLTextReader
Answer - Explain how to read the contents of an XML document using XMLTextReader......
NET - Explain how to write data to an XML file
Answer - Explain how to write data to an XML file.......
Post your comment