.NET news » Internet 
Advanced .NET Remoting, Second Edition
Authors: Ingo Rammer, Mario Szpuszta
Average rating: (10 reviews)
More .NET Remoting books
Winsock: Get Closer to the Wire with High-Performance Sockets in .NET
The Win32 Windows Sockets library (Winsock) provides mechanisms to improve the performance of programs that use sockets, and the Microsoft .NET Framework provides a layer over Winsock so that managed applications can communicate over sockets. To use all these layers to write a truly high-performance socket-based application requires a little background information, as Daryn Kiely explains here.
12 Jul 2005, 03:00:00 Source: Winsock: Get Closer to the Wire with High-Performance...
Tags: Internet
A Simple Introduction to .NET Remoting
.NET remoting allows the development of distriubuted applications. It allows applications to use objects contained in other processes. We wil quickly look at the basics on how to set up a simple .NET remoting system.

