Developing .NET Serviced Components

The component we will develop can be considered a part of the human resource management system. It provides salary information for an employee.

The .NET Framework provides many types to support building enterprise systems. These types are defined under the namespace System.Enterprise-Services and are implemented in an assembly named System.Enterprise-Services. If you are using Visual Studio .NET to develop your serviced component, you need to explicitly add a reference to this assembly in your project.

All the standard classes that we discuss in this chapter can be assumed to belong to the System.EnterpriseServices namespace unless otherwise explicitly stated.

The basic steps of developing a serviced component ...

Get .NET Programming: A Practical Guide Using C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.