.NET
.NET Remoting Essentials
Russ's Toolshed
Dec. 7, 2003 12:00 AM
Microsoft .NET Remoting is the .NET technology that allows you to easily and quickly build distributed applications. All of the application components can be on one computer or they can be on multiple computers around the world. .NET Remoting allows client applications to use objects in other processes on the same computer or on any other computer to which it can connect over its network. During this presentation we will discuss what you will need to know to get started with .NET Remoting. We will talk about how .NET Remoting compares with DCOM, how to host remoted objects in a variety of applications, how to call remoted objects from a client application, how to control the life time of remoted objects, and how to secure remoting applications.

About Thom RobbinsThom Robbins is a senior technology specialist with Microsoft. He is a frequent contributor to various magazines, including .NET Developer's Journal and SOA Web Services Journal. Thom is also a frequent speaker at a variety of events that include VS Live and others. When he's not writing code and helping customers, he spends his time with his wife at their home in New Hampshire.
About Russ FustinoRuss Fustino is a Microsoft principal technology specialist and a Microsoft Certified Professional with over 20 years of software development experience. He has an expertise in developing Visual Basic and web based solutions using Microsoft tools. Prior to Microsoft, Russ was a VB instructor, headed up a development department and created several client/server application and system software products. Russ' specialties include development with VB.NET, XML Web Services, ASP.NET, and debugging.