The Baker's Dozen: 13 Productivity Tips for Remoting in Visual Studio 2005
Remoting is a powerful technology for implementing distributed applications. Interfaces make it possible to access external code in a strongly-typed manner. Generics in Visual Studio 2005 simplify the process even further.
by Kevin S. Goff
July 24, 2006
his installment of the Baker's Dozen presents an introduction to remoting and remoting interfaces.
Using .NET remoting you can call and execute code running outside your machine's physical boundaries, such as a Web service accessing classes on an application server, or a client application accessing the middle tier in a client-server environment. The code is executed on the domain that stores the code.
It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com. Already a member?
To become a member of DevX.com create your Member Profile by completing the form below. Membership is free!