The Wayback Machine - https://web.archive.org/web/20100724061654/http://www.codeguru.com:80/csharp/csharp/cs_network/remoting/

    Remoting

    Exploring Net60

    Have you ever dreamt about porting your managed Windows Mobile application to Symbian OS? Or, maybe you wanted to develop a new one but were uncertain whether you need to learn a new paradigms and languages? Well, with Net60 from Red Five Labs, you may be relieved; you can continue your development in your favorite languages!

    Hamsterdb: a Small, Fast Database That Won't Weigh You Down

    Need a fast database that won't bloat your application? Try this fast b+tree record manager with a small footprint, especially good for embedded device environments.

    Going Mobile with the Active Template Library

    Learn how to rapidly develop applications and add-ins using ATL for Windows CE.

    SharePoint Application Services for Reporting and Dashboards

    Microsoft enterprise Technical Advisor Randy Holloway builds a SharePoint example of publishing reports and building a dashboard with Excel-based data with an integrated Key Performance Indicators (KPI) dashboard.

    Knitting an Integration Solution with BizTalk Services

    BizTalk Services, an Internet Service Bus hosted by Microsoft, showcases CardSpace and Windows Communication Foundation (WCF), some of Microsoft's latest security and distributed technologies.

    Windows Meeting Space

    Windows Vista ushered in a new era of collaborative working with Windows Meeting Space. Here, you'll learn how to initiate a secure workgroup of up to nine users over a variety of connections.

    Building an Employee Factory in VB.NET

    Learn how to use a simple factory in a VB.NET application that accepts user input and uses it to create a new employee object.

    .NET Tip: Logging Exceptions to the Event Log

    The system event log is a good place to store information about your .NET application, and writing entries to the event log is fairly straightforward. You can easily add the code for it to a utility class.

    Fast and Simple Mobile Access to Pocket Outlook Data

    Learn all about the new managed classes that enable C# and VB .NET Compact Framework developers to quickly gain access to Pocket Outlook data and modify it (if necessary) without additional products.

    New Data Management Options for Windows Mobile Developers

    Before you write off version 2.0 of the .NET Compact Framework as merely an evolutionary release, take a closer look at the XML, DataSet, and database improvements. They may prove revolutionary for your mobile data management.

    Improved .NET Remoting, Part 1: Same-Box Communication

    Learn how to create and consume .NET remoting clients and servers using Visual Studio 2005 and the Microsoft .NET Framework 2.0. In particular, find out how to use the new IpcChannel for same-box communications.

    Migrating Applications to the .NET Compact Framework c2.0 and Windows Mobile 5.0

    Get a "head start" on preparing your mobile application to function properly with Windows Mobile 5.0 and the Compact Framework 2.0. Discover the new features and functionalities available to Pocket PC and Smartphone applications and explore changes that could affect performance and usability.

    Mastering Internet Programming on Mobile Devices: First Steps

    Learn how to create applications that may connect to the Internet or an intranet. Take a look at typical scenarios that often occur in programming practice.

    Inter-Process Communication in .NET Using Named Pipes, Part 1

    This article explores a way of implementing Named Pipes based Inter-Process Communication between .NET applications.

    Accessing COM Ports

    COM ports can be accessed without using a COM DLL. This C# article explains the details needed to communicate with COM ports for reading information and writing commands.

    Manage Processes on Remote Machines over the Net-Remote Process Manager

    Start and kill processes on machines over the network (Internet). The Remote Process manager highlights .NET Remoting and Windows UI programming.

    .NET Remoting Quirks and Oddities

    Using interface-based programming with Remoting.