.NET news » Internet Internet Rss Feed

Microsoft SharePoint 2007 Development Unleashed
Author: Kevin Hoffman
Average rating:  / 0
(0 reviews)
More .NET SharePoint books
download

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.
15 Jun 2005, 10:19:00   Source: A Simple Introduction to .NET Remoting   Tags: Internet Remoting