Professional Touch International Inc.   
About Us   Home   Questionnaire    Shopping Cart    Your Account    Help   

Login
(954) 430-5263 
Contact Us

Product Categories
Windows Applications
Web Applications
Web Services
Web Pages
Web Controls
Smart Windows Applications
SQL Tables
SQL Views
SQL Stored Procedures
SQL User Defined Functions
N-Tier Classes
Hosted Solutions
Windows Services
Smart Clients
Windows Techniques
ASP.NET Techniques
Miscellaneous Techniques
Pre-Packaged Solutions
ASP.NET List Control
Consulting Hours
Remoting
Dynamic Documentation
Deployment
One-Time Fees
On-Going Fees
 
Other Site Pages
Products
Smart Applications
Synergy Ingredients
Web Services vs Remote
FAQs
Revolutionary Concepts
MMIT vs SDE
Dynamic Graphs
Dynamic Documentation

Remoting

.NET Remoting is a technology designed to allow .NET-centric applications to communicate with each other, whether on the same computer, on different computers on the same LAN or across the world on homogeneous platforms hosting the Common Language Runtime (CLR).

Remote Object
This is the object that encapsulates the functionality to be consumed. It can invoke its methods from a client application by either dynamically creating a full copy and accessing it on the local machine (marshal-by-value) or by maintaining an open channel with the remote machine and let parameters and return values travel back and forth to carry out the call (marshal-by-reference).
ptii-901
Click here to Order
Remote Client
This is the client application that consumes the functionality exposed by a known remote object hosted on a server or any other computer.
ptii-902
Click here to Order

©2002 Professional Touch International, Inc.

This is a dynamic ASP.Net page. It was created at: 9/4/2010 1:46:24 PM