|
This course explains how to design remoting applications and how to implement them.
Objectives:
After completing this course, students will be able to:
- Implement server-activated components
- Implement client-activated components
- Create client configuration files and server configuration files
- Implement an asynchronous method
- Create the listener service
- Instantiate and invoke a .NET remoting object.
Topics:
- Creating a Remotable Class
- Creating a Server-Activated Object
- Instantiating and Invoking an SAO
- Registering a Remotable Class as an SAO
- Creating a Client-Activated Object
- Instantiating and Invoking a CAO
- Configuring the Remoting Framework
- Creating an Interface Assembly
- Creating a Remotable Object to Implement an Interface
- Registering the Remotable Object
- Using an Interface Instead of Implementation
- Using the Soapsuds Tool
- Interface Assembly and CAO
- Using IIS
- Asynchronous Remoting
- Applying Asynchronous Programming
|