Click here to Skip to main content
6,593,419 members and growing! (13,638 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager
Announcements
BullFrog Power
 
Search    
Add to IE Search

Internet / Network


General Programming » Internet / Network
Language
Platform
Technology
Audience
Skill Level
Clear All

Contents

 

Internet & Network - Beginners

top
Title / Updated Author Score  
Programming Windows TCP Sockets in C++ for the Beginner
Updated: 2 Apr 2007  
Helps programmers new to Winsock start programming TCP sockets in C++
C++, Windows, Visual Studio, MFC, Dev
c_07 4.63
Introduction to RPC - Part 2
Updated: 30 Aug 2003  
An introduction to context handles in RPC. A simple RPC client/server application using context handles is explained.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, MFC, STL, Dev
Anders Dalvander 4.63
Handling multiple pending socket read and write operations
Updated: 17 Aug 2002  
This article explains the potential problems with having multiple pending recvs calls on a single socket.
VC6, VC7Win2K, WinXP, MFC, Dev
Len Holgate 4.55
Introduction to RPC - Part 1
Updated: 22 Aug 2003  
An introduction to RPC programming. A simple RPC client/server application is explained.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, MFC, STL, Dev
Anders Dalvander 4.54
A reusable, high performance, socket server class - Part 2
Updated: 17 Aug 2002  
To maintain performance a socket server shouldn't make blocking calls from its IO threads. This article builds on the previous one to add a business logic thread pool to our example server.
VC6, VC7Win2K, WinXP, MFC, Dev
Len Holgate 4.53
A reusable, high performance, socket server class - Part 3
Updated: 18 Jul 2002  
When a server has to deal with lots of short lived client connections it's advisable to use the Microsoft extension function for WinSock, AcceptEx(), to accept connections.
VC6, VC7Win2K, WinXP, MFC, Dev
Len Holgate 4.51
Beginning Winsock Programming - Simple TCP client
Updated: 28 Feb 2002  
A simple TCP client is explained.
VC6Win2K, MFC, Dev
Nishant Sivakumar 4.50
A reusable, high performance, socket server class - Part 1
Updated: 17 Aug 2002  
Writing a high performance server that runs on Windows NT and uses sockets to communicate with the outside world isn't that hard once you dig through the API references. What's more most of the code is common between all of the servers that you're likely to want to write.
VC6, VC7Win2K, WinXP, MFC, Dev
Len Holgate 4.46
Beginning Winsock Programming - Multithreaded TCP server with client
Updated: 5 Mar 2002  
Explains a multithreaded TCP file server, a custom TCP chat protocol and a custom TCP client
VC6Win2K, MFC, Dev
Nishant Sivakumar 4.37
Beginning Winsock Programming - Simple TCP server
Updated: 25 Feb 2002  
An introduction to WinSock programming. A simple TCP server is explained.
VC6Win2K, Visual Studio, MFC, Dev
Nishant Sivakumar 4.34
Bing API in Action - C#
Updated: 17 Jul 2009  
Short article which explains how to use the Bing API in C#.NET.
C#, Windows, WinForms, Dev
NinethSense 4.21
Introduction to the WinPcap Networking Libraries
Updated: 18 Oct 2008  
An introduction to the WinPcap networking libraries.
VC8.0Win2K, WinXP, Dev
cristitomi 4.14
WLAN Scan with NDIS Miniport and Much More
Updated: 29 Oct 2007  
An article about using NDIS Miniport from userspace to access several functions of the WLANcard
C++, Windows, Visual Studio, MFC, Dev
sirb 3.76
Building Client/Server applications with VC for secure private file sharing
Updated: 9 Nov 2005  
How to build secure private file sharing client/server using a freeware SDK.
VC6, VC7, VC7.1, VC8.0, Windows, MFC, VS.NET2003, Dev
Chichka 3.46

Internet & Network - Client/Server Development

top
Title / Updated Author Score  
Getting Started with Facebook Desktop (Client) Applications, C#, WPF / XAML and JSON
Updated: 21 Jan 2009  
A take on getting started with the Facebook API and WPF
C#.NET 3.5, WPF, Dev
Murray Foxcroft 5.00
The Amazingly Forgotten 2-Way .NET Rijndael CryptoStream
Updated: 29 Aug 2009  
How To Do Precise 2-Way Rijndael CryptoStream Communication
VB (VB 8.0, VB 9.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), Visual Studio (VS.NET2003, VS2005, VS2008), Dev, SysAdmin
_Khallaf 5.00
Topic-based publish/subscribe design pattern implementation in c#-Part II (Using WCF). - Unedited
Updated: 23 Mar 2009  
Implementation of Topic based publish subscribe design pattern using WCF callback.
C# (C# 3.0), .NET (.NET 3.0), WCF, Architect, Dev
Razan Paul (Raju) 4.92
Implementation of Connecting a Socket with Timeout in C#
Updated: 5 Dec 2008  
Connect with destination machine with timeout using socket programming
C#.NET 2.0, .NET 3.5, Win32, Dev
Razan Paul (Raju) 4.88
A WCF-WPF Chat Application
Updated: 15 Apr 2008  
An Internet chat application with file transfer.
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), Visual Studio (VS2008), WCF, XAML, WPF
Islam ElDemery 4.84
An Asynchronous Socket Server and Client
Updated: 29 Apr 2009  
An asynchronous socket server and client with encryption and compression.
C#.NET 2.0, WinXP, Win2003VS2005, Dev
Andre Azevedo 4.80
Topic-based publish/subscribe design pattern implementation in c#-Part I (Using Socket programming). - Unedited
Updated: 23 Mar 2009  
Implementation of Topic based publish subscribe design pattern using Socket programming and proprietary messaging protocol.
C# (C# 2.0, C# 3.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), Architect, Dev
Razan Paul (Raju) 4.79
Full Multi-thread Client/Server Socket Class with ThreadPool
Updated: 27 Sep 2009  
Complete Client/Server Socket Communication class with threadpool implementation. Easy to use and integrate into C++ application. Linux/UNIX port available.
C++ (VC8.0, VC9.0), Win Mobile (WinMobile5, WinMobile6), Win32, MFC, Architect, Dev
Ernest Laurentin 4.79
Design and Implementation of a High-performance TCP/IP Communications Library
Updated: 22 Jul 2009  
A TCP/IP Communications Library, designed to handle client-server data transmission for a massive multiplayer online game.
C# 1.0, C# 2.0, C# 3.0, .NET, Dev
owen654321 4.79
Picture Chat Using C#
Updated: 31 Jul 2008  
A chat program that supports Unicode input and picture transfer.
C#, Windows, .NET, Dev
Yang Kok Wah 4.78
Simple FTP demo application using C#.Net 2.0
Updated: 17 Jan 2007  
An article to demonstrate common FTP functionalities using C#.net 2.0.
Windows, Visual Studio, Dev
Mohammed Habeeb 4.77
A Chat Application Using Asynchronous TCP Sockets
Updated: 28 Dec 2006  
This article will discuss a chat application using asynchronous TCP sockets, in C#.
C#, Windows, .NET, Visual Studio, Dev
Hitesh Sharma 4.77
Design and Implementation of a High-performance TCP/IP Communications Library
Updated: 3 Aug 2008  
A TCP/IP Communications Library, designed to handle client-server data transmission for a massive multiplayer online game.
C# (C# 1.0, C# 2.0, C# 3.0), Windows, .NET, Architect, Dev
owen654321 4.76
Scalable Servers with IO Completion Ports and How to Cook Them
Updated: 1 Oct 2007  
The theory and practice of developing server applications.
VC6Win2K, WinXP, Win2003, MFC, STL, Dev
rtybase 4.75
A simple IOCP Server/Client Class
Updated: 11 Dec 2008  
This source code uses the advanced IOCP technology which can efficiently serve multiple clients. It also presents some solutions to practical problems that arise with the IOCP programming API, and provides a simple echo client/server with file transfer.
C++/CLI, VC6, VC7, VC7.1.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, MFC, VS.NET2003, Dev
spinoza 4.75
LanTalk
Updated: 6 Jun 2008  
Yet another chat application, with server running in service mode or GUI mode.
C# (C# 1.0, C# 2.0, C# 3.0), XML, .NET, Dev
Zoltan Balazs 4.75
Simple File Transfer Using the Network Development Kit 2.0
Updated: 29 Dec 2006  
NDK File Transfer is a simple demonstration on how to send and receive a file using the NDK 2.0.
VC6, VC7, VC7.1, VC8.0Win2K, WinXP, Win2003, Vista, MFC, VS.NET2003, Dev
Sebastien_Lachance 4.74
TCP/IP Protocol Design: Message Framing - Unedited
Updated: 25 Jun 2009  
Why a single "Send" does not necessarily result in a single "Receive", and how to compensate.
C#, .NET, All Topics, Dev
Stephen Cleary 4.73
Asynchronous socket communication
Updated: 27 Nov 2001  
An article on using sockets to communicate in a non-blocking manner. The sample works through building a simple chat client and server.
C#, VC6, Windows, .NET 1.0, Dev
John McTainsh 4.73
Genesis UDP Server and Client
Updated: 21 Dec 2005  
An article that shows the implementation of a lightweight UDP server and client with optional reliable channel.
C#, Windows, .NET 2.0VS2005, Dev
Rob Harwood 4.73
Network Development Kit 2.0
Updated: 29 Dec 2006  
Network Development Kit is a set of simple classes for a client-server architecture.
VC6, VC7.1Win2K, MFC, VS.NET2003, Dev
Sebastien_Lachance 4.73
Creating a Jabber Client using the agsXMPP Library
Updated: 12 Nov 2007  
This article describes how to create a small Jabber Chat client.
C# 2.0, Windows, .NETVS2005, Dev
Frank Mayer-Potschak 4.71
A simple TFTP client using C#
Updated: 23 Jun 2007  
An article about creating a TFTP client with C#.
C# 2.0, C# 3.0, Windows, .NET 2.0, .NET 3.0VS.NET2003, VS2005, Dev
Matthias.Fischer 4.63
Terminal Control Project (C# VT100 SSH Telnet)
Updated: 14 Mar 2006  
An article on implementing Telnet and SSH, and displaying it on a VT100 Terminal Emulation control created using GDI+.
C#.NET 1.1, WinXP, GDI+, VS.NET2003, Dev
Sardaan Frostreaver 4.61
QDNet
Updated: 18 Mar 2009  
QDNet is a compact client communication library that enables messaging between clients and server.
C# 2.0, Windows, Dev
JayKore 4.60
TCP/IP Chat Application Using C#
Updated: 30 Jan 2006  
This is a LAN chat application with TCP/IP socket programming technology in C#. This application is a multi thread network application and works in a non-blocking way. Public and private chat is also implemented in this code.
C#.NET 2.0, Win2K, WinXP, Win2003, Vista, WinForms, VS2005, Dev
xironix 4.58
SmartIrc4net - the C# IRC library
Updated: 19 Sep 2004  
IRC library for .NET.
C#, Windows, .NET 1.0, .NET 1.1, Visual Studio, Dev
meebey 4.57
A chat server/client solution for local networks
Updated: 5 Jun 2005  
A chat server/client solution for local networks, terminal server/terminal client environments.
C#.NET 1.0, .NET 1.1, WinXP, WinForms, VS.NET2003, Dev
Evren Daglioglu 4.52
Network Transfer Of Files Using MFC's CSocket Class
Updated: 31 Oct 2004  
How to use CSocket to transfer files from one computer to another over a netwok or the Internet.
VC6Win2K, WinXP, MFC, Dev
Mike O'Neill 4.52
Multi-threaded Client/Server Socket Class
Updated: 10 Feb 2009  
A multi-threaded based Client/Server Socket Communication class
VC6Win2K, WinXP, Visual Studio, MFC, Dev
Ernest Laurentin 4.51
Testing TCP and UDP socket servers using C# and .NET
Updated: 20 Jul 2002  
When you're developing a TCP/IP server application it's easy to test it poorly. In this article we develop a test framework that does most of the hard work for you.
C#, Windows, .NET 1.0, Dev
Len Holgate 4.50
Barry's Chat System
Updated: 24 Nov 2002  
Barry's Chat System
VC6, VC7, MFC, Dev
Barretto VN 4.50
A MSN Messenger Library for Construction of Communication Based Applications - Unedited
Updated: 24 Mar 2008  
An article presenting a library for producing communication based application utilising the MSN Messenger services and protocols.
C++/CLI, C# (C# 1.0, C# 2.0, C# 3.0), Forth.NET, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5), Win32, Win64, Dev, Design
Derek Bartram 4.50
A Universal TCP Socket Class for Non-blocking Server/Clients
Updated: 16 Sep 2009  
A universal class for bidirectional TCP communication
C++, Dev
Elmue 4.50
Downloading updates in Windows Form application
Updated: 7 Jun 2007  
Downloading updates from Windows Forms application in an intranet scenario
C# 1.0, C# 2.0.NET 1.0, .NET 1.1, .NET 2.0, Win2K, WinXP, Win2003, VistaVS.NET2003, VS2005, Dev
Moim Hossain 4.49
Chat With US DI
Updated: 7 Aug 2002  
Chat (Client/Server) project build with code found at Code Project.
VC6Win2K, WinXP, MFC, STL, Dev
DCUtility 4.48
A very basic TCP server written in C#
Updated: 7 Mar 2006  
This article shows a way to implement a small TCP server for general porpouses, using C#.
C#, Windows, .NET, Visual Studio, Dev
edrazy 4.44
Single Server With Multiple Clients : a Simple C++ Implementation
Updated: 22 Jul 2004  
Implement a client/server structure with multiple clients using simple C++ classes
VC6, Windows, Visual Studio, MFC, Dev
liyang yu 4.43
XML Based Communication library
Updated: 18 Dec 2003  
XML based communication library to use command/object based through TCP/IP connections.
C#.NET 1.0, Win2K, WinXP, Dev
Hesham Desouky 4.42
Server Client Sockets
Updated: 25 Apr 2003  
Sample application Uses Server and client socket to establish exchange of data
VC6, VC7, VC7.1Win2K, WinXP, Win2003, Visual Studio, MFC, Dev
Emiliano 4.40
Sample HTTP Server Skeleton in C#
Updated: 14 Jan 2007  
HTTP Server Abstract class, to serve HTTP Content.
Windows, Visual Studio, Dev
rmortega77 4.38
A Simple .NET TCP Socket Component
Updated: 14 Oct 2005  
Reusable C# code for client-server programming in .NET
C#, VB, VC6.NET 1.1, Win2K, WinXP, Win2003, ASP.NET, VS.NET2003, Dev
Xiangyang Liu 刘向阳 4.37
IP Multicasting in C#
Updated: 9 Jan 2002  
A simple client/server implementation of multicasting in C# .NET Framework.
C#.NET 1.0, Win2K, WinXP, Visual Studio, Dev
Gary Brewer 4.36
Detection of Half-Open (Dropped) TCP/IP Socket Connections - Unedited
Updated: 20 Jun 2009  
How to detect a dropped TCP/IP connection.
Windows, .NET CF, .NET, All Topics, Dev
Stephen Cleary 4.33
A simple prototype for demonstration of Voice Communication via Network/Internet
Updated: 14 Jun 2000  
Voice communication
VC6Win2K, MFC, Dev
Zhaohui Xing 4.33
Network Administrator
Updated: 19 Dec 2004  
The article shows how you can work with a multithreading client server application and administrate computers on a network.
VC6, VC7Win2K, WinXP, MFC, Dev
gamitech 4.33
TcpDemon
Updated: 9 Aug 2005  
This article shows a NET implementation of a typical TCP demon.
C#, Windows, .NET 1.1VS.NET2003, Dev
Max Hajek (aka AzazelDev) 4.32
How to use the SocketAsyncEventArgs class
Updated: 14 Jan 2008  
An article about how to use the SocketAsyncEventArgs class.
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), Architect, Dev
Marcos Hidalgo Nunes 4.29
Writing scalable server applications using IOCP
Updated: 5 Feb 2001  
An article about using I/O Completion Ports and Winsock to write robust and scalable Windows server applications.
VC6, VB 6Win2K, MFC, Dev
Oz Ben Eliezer 4.28
IPv6 Client Server Network Applications in C# .NET
Updated: 6 Aug 2003  
IPv6 programming in the C# .NET 1.1 environment.
C#.NET 1.0, Win2K, WinXP, Visual Studio, Dev
Gary Brewer 4.26
A light-weighted client/server socket class in C++
Updated: 19 May 2004  
A multi-platform client/server socket in C++.
VC6Win2K, WinXP, Win2003, Visual Studio, MFC, Dev
liyang yu 4.20
Network gaming classes and functions
Updated: 19 Oct 2009  
A class library designed to provide easy-to-use/easy-to-integrate classes and functions for making network games.
C#, .NET, WinXP, Dev
EdMan196 4.20
Generic TCP/IP Client/Server
Updated: 20 Dec 2008  
A generic TCP/IP client/server.
C# 2.0.NET 2.0, Win2K, WinXP, Win2003, Vista, .NET 3.0, .NET 3.5VS2005, VS2008, Architect, Dev
Gil.Y 4.18
Scalable Servers Using IOCP
Updated: 13 Jul 2006  
The purpose of this article is to cover a design that can be used to develop scalable network servers without impacting performance.
Win2K, Visual Studio, MFC, Dev
Dinesh Ahuja 4.17
Screen Cast Server
Updated: 15 Sep 2009  
A screen cast server with client.
C# 1.0, C# 2.0, C# 3.0, .NET, Dev
Linoxxis 4.17
Multithreaded Chat Server
Updated: 31 Jan 2007  
This is a simple multithreaded chat server, intended for people to learn Socket programming and Threads in C#.
C# 2.0, Windows, .NET 2.0VS2005, Dev
Sidzone 4.15
Telnet server classes
Updated: 12 Jun 2001  
Some classes and sample code on how to control/access your app remotely, using a telnet client.
VC6Win2K, MFC, Dev
J.Hogendoorn 4.15
A Simple C++ Client/Server in CORBA
Updated: 27 Sep 2009  
An introduction to the Visual C++ CORBA development
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, Windows (Win2K, WinXP), Win32, Visual Studio (VS2005), Architect, Dev, Design
Carlos Jiménez de Parga 4.12
A high performance TCP/IP socket server COM component for VB
Updated: 25 Jun 2002  
Although socket based TCP/IP servers using IO Completion Ports are often written in C++ it's sometimes useful to write such a server in Visual Basic.
VC6, VC7, VB 6Win2K, WinXP, MFC, Dev
Len Holgate 4.07
A Simple Multi-Threaded Server Client Instant Messenger Application
Updated: 4 Jun 2006  
A Simple Multi-Threaded Server Client Instant Messenger Application that uses TCP Listener and TCP Client. Allows Personal message and Conference communication between Clients and with the Server
C#, .NET, Win2K, WinXP, Win2003, Visual Studio, Dev
massivegas 4.07
Developing a Truly Scalable Winsock Server using IO Completion Ports
Updated: 22 Sep 2001  
Developing a Truly Scalable Winsock Server using IO Completion Ports
VC6Win2K, MFC, Dev
Norm .net 4.06
Create your own Web Server using C#
Updated: 27 Oct 2001  
A step by step introduction to writing a Web Server using C#.
C#, Windows, .NET 1.0, Visual Studio, Dev
Imtiaz Alam 4.02
Executing commands on a remote machine - Part 2
Updated: 21 Oct 2001  
A simple tool that allows you to control other machines from your program
VC6Win2K, MFC, Dev
Xiangyang Liu 刘向阳 4.00
Managing packet-based connections with CPacketConnection
Updated: 22 Jul 2002  
CPacketConnection is a class for creating and managing packet-based connections
VC6, VC7Win2K, WinXP, MFC, Dev
Emilio Guijarro 4.00
Mentalis Based SecureSocketClient
Updated: 28 Feb 2008  
Mentalis based SecureSocketClient
C# (C# 1.0, C# 2.0, C# 3.0), Windows (WinXP)
Igor Sokolsky 4.00
A Simple HTTP Proxy with the ACE Library
Updated: 6 Nov 2008  
An article on how to build a simple HTTP proxy server
C++/CLI, C, VC6, VC7, VC7.1, VC8.0
auralius 4.00
Class for Communication using Windows Sockets and TCP/IP
Updated: 7 Dec 2007  
Classes with many useful properties and methods to communicate using TCP/IP
C# (C# 1.0, C# 2.0, C# 3.0), Windows (Win2K, WinXP, Win2003, Vista), Win32
JonataCB 3.98
Building Multiplayer Capability into Your Game in One Hour
Updated: 7 Oct 2005  
Want to build multiplayer games but have no idea where to start or no time to develop solid networking code? Read on...
VC7.1WinXP, Visual Studio, MFC, Dev
Gabriyel 3.97
An Introduction to Socket Programming in .NET using C#
Updated: 10 Jun 2005  
In this article, we will learn the basics of socket programming in .NET Framework using C#. Secondly, we will create a small application consisting of a server and a client which will communicate using TCP and UDP protocols.
C#, Windows, .NET 1.1VS.NET2003, Dev
.NETian 3.96
A simple application using I/O Completion Ports and WinSock
Updated: 30 Mar 2007  
An article on implementing I/O completion ports using WinSock.
VC6Win2K, Win2003, MFC, Dev
Swarajya Pendharkar 3.96
Asynchronous Socket Communications Using the .NET Framework
Updated: 31 Aug 2003  
An article on asynchronous socket communications using the .NET framework.
C#.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, Dev
Scott McCain 3.92
Multiple Views on Different Computers with a Single Model on Server
Updated: 30 Jul 2007  
Implements Multiple Clients with different views connected with a single server remotely. Server has a single centralized model database. All views are updated asynchronously if the model is updated from any client or server itself.
C# 2.0, Windows, .NET 2.0, Dev
vikas maan 3.88
Simple Client-server Interactions using C#
Updated: 14 Jul 2008  
Introduces a couple of cover classes to provide event-driven interaction with TCP/IP sockets and simple message protocols
C#, Windows, .NET 1.1, Visual Studio, Dev
BobJanova 3.86
A TCP/IP Server written in C#
Updated: 29 Dec 2003  
TCP/IP Server, which is running as a Windows Service waiting for client requests
C#, Windows, .NET 1.1VS.NET2003, Dev
Fact Pandit 3.86
IP Server
Updated: 3 Mar 2009  
An IP server that pings a range of IP addresses.
C#, .NET, Dev
AKA MAJO 3.80
Introduction to TCP client server in C#
Updated: 1 Oct 2001  
An article on TCP client server programming
C#, Windows, .NET 1.0, Visual Studio, Dev
S.Thangaraju 3.75
How to create a chat client using a set of communication classes
Updated: 25 Aug 2003  
A pair of classes (no mfc) that can be used for tcp/ip _and_ serial communication.
VC7, VC7.1Win2K, WinXP, Win2003, MFC, Dev
jgauffin, Jonas Gauffin 3.71
A simple TFTP client using C++
Updated: 11 Sep 2008  
A simple TFTP client implementation using C++, based on the Microsoft Winsock library.
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003, Vista, TabletPC), Win32, Visual Studio, Dev
dim13 3.65
High Performance TCP/IP Server using C#.NET
Updated: 2 Mar 2008  
This article describes how to write high performance server applications using the .NET platform.
C++/CLI, C# (C# 2.0, C# 3.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), WinXP, Win2003, Vista, Visual Studio, Dev
Artur Sharipov 3.61
Simple Socket Control(s) to Create Server-Client Applications
Updated: 5 Jul 2006  
Creating a simple control to be used as socket
C#.NET 1.1, WinXPVS.NET2003, Dev
punokio 3.61
EasySocket - Flexible and easy implementation of client-server architecture in C#
Updated: 23 Feb 2006  
Using .NET Socket on TCP to create events oriented client-server behaviour.
C#, VB.NET 1.1, .NET 2.0, Win2K, WinXP, Win2003VS.NET2003, Dev
JadBenAutho 3.57
Creating a Client/Server Framework
Updated: 13 Nov 2002  
Create a complete client/server framework with added server features, including activity logging, minimizing to the system tray, password and version checking, as well as user maintenance.
C++/CLI, VC6, .NET, Win2K, WinXP, MFC, Dev
Jeff Miles 3.53
Solution for TCP/IP client socket message boundary problem
Updated: 10 Oct 2005  
Solution for unprotected TCP/IP message boundary problem.
C#, Windows, .NET 1.1, .NET 2.0VS.NET2003, VS2005, Dev
Black Climber 3.53
How to build a chat server based on an IOCP framework
Updated: 26 Aug 2003  
A winsock server framework that uses I/O completion ports. It is designed for reusability and must be overriden.
VC7, VC7.1Win2K, WinXP, Win2003, Visual Studio, MFC, Dev
jgauffin 3.50
Sending Files using TCP
Updated: 18 Jan 2009  
Sending files using TCP
C#, .NET
Amir Hesami 3.50
A TCP/IP Chat Program
Updated: 20 Aug 2009  
A TCP/IP chat program coded in Microsoft Visual Basic .NET.
VB 9.0.NET 2.0, WinXP, Vista, .NET 3.0, .NET 3.5, Win 7, WinForms, Dev
Andrew Courtice 3.50
Bi-directional RPC
Updated: 4 May 2003  
How to use RPC for doing bi-directional client/server procedure calls.
VC6, VC7Win2K, WinXP, MFC, Dev
moshe masas 3.46
A Simple and Easy to Use IOCP Server Framework
Updated: 30 Jun 2008  
An introduction to SPServer Framework
C++, Windows, Dev
stephenlau 3.31
Chat program
Updated: 2 Dec 2002  
Simple chat program.
VC6Win2K, MFC, Dev
essam el-nagar 3.26
Simple TCP/IP Console Client (TcpClient, MultiThreading)
Updated: 21 Apr 2003  
This is a tutorial on how to write a very simple TCP/IP console client that asks for a hostname and port which it will connect to. It spawns two threads - sending thread and receiving thread.
C#, Windows, .NET 1.0, Visual Studio, Dev
Vigrid 3.23
Simple Voice Chat
Updated: 19 Jan 2002  
A simple peer to peer voice chat application using sockets
VC6, VC7Win2K, WinXP, MFC, Dev
imran lodhi 3.22
Pop3 Client Service Engine instead of SQLMail
Updated: 10 Nov 2005  
Pop3 Client Service (instead of SQLMail): Pop3 Class + DB Halper Class + Read XML Class + SQL Connection Dlg Control + BLOB to File Util
C#, SQL, Windows, .NET 1.1SQL 2000, VS.NET2003, DBA, Dev
Sigura 3.18
Windows TCP Tunnel
Updated: 12 Jul 2006  
This project shows how to forward TCP sockets from one machine to another.
C#, Windows, .NET 1.1VS.NET2003, Dev
Han_Jun_Li 3.17
Sending Binary Data using Sockets
Updated: 25 Jan 2005  
An article on file transfer using sockets.
C#.NET 1.1, Win2K, WinXPVS.NET2003, Dev
engine252 3.12
A scalable client/server using select() socket function
Updated: 17 Aug 2007  
An article on using select() function to create scalable client/server applications
C++, Windows, Visual Studio, MFC, Dev
Swarajya Pendharkar 3.08
Sockets in C#
Updated: 29 Oct 2003  
Introduction to using Sockets in C#.
C#, VC7, .NET, Win2K, WinXP, Visual Studio, MFC, Dev
Chandrta/Chandrasekar 3.03
Protocol implementation
Updated: 31 Jan 2005  
Add some protocol support to your server.
C#.NET 1.1, Win2K, WinXPVS.NET2003, Dev
engine252 2.96
Real Time TCP/IP using C#
Updated: 12 Jan 2002  
This sample shows the communication techniques between a client and a server application using a Socket class on each side.
C#, Windows, .NET 1.0, Dev
Jibin Pan 2.90
Making Socket Based Application Using TcpListener and TCPClient
Updated: 10 Jun 2002  
Teaches how to program a socket based application in VC#.
C#.NET 1.0, Win2K, WinXP, Dev
Faraz Ahmed Siddiqui 2.82
How to use Winsock to set system clock via Internet Time Servers
Updated: 21 Mar 2005  
Using Winsock UDP to set system clock.
VC7Win2K, WinXP, MFC, Dev
Charles Lazo 2.67
Client Server Communication
Updated: 17 Jan 2006  
This article gives information on client server communication using sockets.
C++, Windows, Visual Studio, MFC, Dev
vamsidhar 2.28
A TCP Chat Application - Unedited
Updated: 23 Feb 2008  
A chat application using a TCP protocol. This application is for VB6 User
VB (VB 6), Dev
Imran A Momin 2.12
A word on asynchronous sockets
Updated: 29 Jun 2003  
A discussion on asynchronous sockets
C#, Windows, .NET, Visual Studio, Dev
khaled chahabeddin 2.04
A simple TCP/IP Chat client/server
Updated: 3 Nov 2004  
An article useful to understand simple thread use, TCP/IP networking, and basic use of XML.
C#, VC7.NET 1.0, WinXP, WinForms, Dev
GMachiavelli 2.03
C# Sockets and Serialization
Updated: 9 Jun 2003  
A simple game that runs based on client server programming.
C#.NET 1.0, Win2K, WinXP, Win2003, Dev
Fadhel Al-Hashim 1.93

Internet & Network - Dialup

top
Title / Updated Author Score  
CRasMonitor v1.41
Updated: 9 Mar 2000  
A shareware application to monitor your Dial-Up Networking Connections.
VC6, Visual Studio, MFC, Dev
PJ Naughter 4.55
Simplified TAPI and Serial communication through CTapiLine class
Updated: 27 Dec 2004  
Simple tutorial on TAPI 2.x using TAPISample dialog app with CTapiLine class
VC6Win2K, MFC, Dev
Ramanan.T 4.54
Detect RAS Connection
Updated: 2 Jul 2001  
Detect internet connection using RAS API
VC6Win2K, MFC, Dev
Gilad Novik 4.40
CRRAS v.1.1 for Routing and RAS (RRAS) server under Windows 2000
Updated: 30 Jun 2003  
Connect, query and terminate connections on a Windows 2000 RRAS Server
VC6Win2K, Visual Studio, MFC, Dev
i386.com 4.38
Calling RasHangUp without errors.
Updated: 9 Jan 2000  
A way to call RasHangUp without hanging your applications or your modem
VC6, Visual Studio, MFC, Dev
Alexander Fedorov 4.20
Showing Dial-up Connection Status Window
Updated: 4 Dec 2001  
How to invoke Dial-up Connection status window programatically by Sundar & Naresh
VC6Win2K, WinXP, MFC, Dev
Parasuraman SundarRajan 4.09
Internet dialup program
Updated: 2 Dec 1999  
A dial-up dialer for connection to Internet providers
VC6, MFC, Dev
Alexander Fedorov 4.00
RasEnumConnections and "632" Error
Updated: 7 Apr 2005  
Why RasEnumConnections fails on Win2k and how to fix it.
VC6Win2K, MFC, Dev
pozhit 4.00
Keeping an eye on the RAS-connections
Updated: 4 Jun 2002  
Logs the usage of RAS-connection to an access-database
VC6Win2K, MFC, Dev
virtually_void 3.90
Detecting and Installing Modem and RAS, Dial-up Network.
Updated: 15 May 2002  
Detecting whether Modem and Dial-up Networking is installed in your system. If not, installing them programatically.
VC6Win2K, WinXP, MFC, Dev
Parasuraman SundarRajan 3.87
Creating Dialup Connections
Updated: 29 Aug 2002  
Describes how to create a new phone-book entry, and set it up with the user profile.
VC6, VC7Win2K, WinXP, MFC, Dev
Seiya Fujii 3.80
Auto connecting with DUN using InternetAutodial
Updated: 18 Sep 2003  
Quick and dirty hack for automatically bringing DUN dialog if not connected to the internet.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, MFC, Dev
Brian Davis 3.70
Opening a Dial-Up connection
Updated: 13 Jan 2000  
How to open a new dialup connection using RasDial
VC6, MFC, Dev
Mileta Radenovic 3.63

C# Programming - Distributed Apps

top
Title / Updated Author Score  
Using MSMQ for Custom Remoting Channel.
Updated: 10 Dec 2001  
This article describes how to design, implement (C#) and configure the Custom Remoting Channel using MSMQ.
C#, VC7.NET 1.0, Win2K, Dev
Roman Kiss 4.62
Using Remote Object for Distributed COM+ Event Subscription.
Updated: 8 Jan 2002  
This article describes how to design, implement (C#) and configure the Custom Remoting Channel as a bridge to the COM+ Event Subscription.
C#, VC7.NET 1.0, Win2K, Dev
Roman Kiss 4.43
How to Pass Managed Objects As a Parameter of a Queued Component.
Updated: 23 Mar 2002  
An article on how to pass managed objects through MSMQ to queued components.
C#.NET 1.0, Win2K, WinXP, Dev
davyuan 4.42
Surviving poison messages in MSMQ
Updated: 29 Jun 2005  
What are poison messages, why they are dangerous for MSMQ applications and what to do about it.
C#.NET 1.0, .NET 1.1, .NET 2.0, Win2K, WinXP, Win2003, VistaVS.NET2003, VS2005, Architect, Dev
Dejan Grujic 4.20
dotNETSender - Windows Messenger like GUI for net send command
Updated: 7 May 2002  
Windows Messenger like GUI for net send command
C#.NET 1.0, Win2K, WinXP, Dev
Sunil TG 4.19
Remote Objects Part 2
Updated: 1 Apr 2002  
This article shows how to create a remote server and MDI window Remote Client using remote objects
C#, Windows, .NET 1.0, Dev
Jibin Pan 3.90
Remote Objects Part 1
Updated: 19 Mar 2002  
This demo shows how to create remote objects with callback functions and use them in the window host.
C#, Windows, .NET 1.0, Dev
Jibin Pan 3.83
Publish And Subscribe with C#
Updated: 2 Apr 2002  
This tutorial will introduce the concepts of publishing and subscribing data over a network using C#
C#, Windows, .NET 1.0, Dev
Anthony Roach 3.71
Using the Remoting Callbacks in .Net Applications.
Updated: 1 Dec 2001  
This article describes how to implement an asynchronous remoting callbacks from different remote objects such as .Net Service (COM+), Web Service and classic .Net object using the C# language.
C#, VC7.NET 1.0, Win2K, Dev
Roman Kiss 3.46

Internet & Network - DNS

top
Title / Updated Author Score  
C# .NET DNS query component
Updated: 25 Oct 2005  
A reusable component for performing DNS queries.
C#, Windows, .NET 1.1VS.NET2003, Dev
Rob Philpott 4.83
DNS Query
Updated: 17 Jul 2007  
Retrieve IPv4 address of hostnames
VC6WinXP, MFC, Dev
Prasshhant Pugalia 4.77
Peer Name Resolution (PNRP)
Updated: 27 Oct 2005  
Introduction to Peer Name Resolution and Microsoft's Peer-to-Peer technology.
C#.NET 1.1, WinXPVS.NET2003, Dev
Adrian_Moore 4.71
Test Your DNS Response Times with DNS Tester
Updated: 27 Mar 2007  
Check the response times of your DNS and compare with other servers.
C#, Windows, .NET, Visual Studio, Dev
Charles Putney 4.35
DNS.NET Resolver (C#)
Updated: 18 Jul 2008  
A full implementation of a reusable DNS resolver component and a Dig.Net example application.
C# (C# 1.0, C# 2.0, C# 3.0), Windows, .NET (.NET 2.0), Visual Studio (VS2005), Dev
Alphons van der Heijden 4.32
Domain Walker
Updated: 22 Jan 2006  
An object that allows you to explore the topology of the internet.
C#, Windows, .NET 1.1, .NET 2.0VS.NET2003, VS2005, Dev
Ravi Bhavnani 4.21
Intercept and Rewrite DNS Requests Using Regular Expressions
Updated: 2 Nov 2006  
A tool and code for injecting a DLL into a running Firefox process to rewrite DNS lookups.
C++WinXP, Win2003, MFC, VS2005, Dev
Dan Farino 4.06
DNS Query MFC based Application
Updated: 8 Nov 2007  
This article demonstrates DNS query for specific domain address with MFC GUI interface for convenient usage
VC8.0, Windows, MFC, VS2005, Dev
Chesnokov Yuriy 3.93
Peer Graph - Searching
Updated: 6 Jan 2006  
Searching record meta-data in a Peer Graph using Microsoft's Peer-to-Peer technology.
C#.NET 1.1, WinXPVS.NET2003, Dev
Adrian_Moore 3.80
CDNS 1.0 - An MFC DNS class
Updated: 22 May 2005  
An MFC implementation of a DNS class, it can retrieve multiple IPs and hostnames.
VC6Win2K, WinXP, Win2003, Vista, MFC, Dev
.rich.w 3.78
A Simple DNS Resolver
Updated: 27 Mar 2004  
A simple DNS resolver compiled under Bloodshed C++ and using the Winsock 1.1 API
C++Win2K, WinXP, Win2003, Visual Studio, MFC, Dev
JLèé 3.66
DNS Resolver RFC 1035
Updated: 14 Aug 2004  
DNS resolving by RFC 1035; complete library for all versions of Windows.
VC6, Windows, MFC, Dev
Akash Kava 3.50
IDNA resolver client
Updated: 30 Mar 2004  
Using non-ASCII in DNS name lookups.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, Visual Studio, MFC, Dev
Gisle Vanem 2.50

Internet / Network - Email

top
Title / Updated Author Score  
SMTP: MailMessage done right
Updated: 25 Feb 2005  
HTML email payload from a URL.
C#, Windows, .NET, Visual Studio, Dev
Peter Wone 4.82
Sending Email Using Embedded Images
Updated: 25 Mar 2009  
How to send embedded images in email using .NET 2.0.
C#, .NET, Dev
Rizwan Qureshi 4.78
Command Line Emailer
Updated: 24 Sep 2003  
A console application for sending email from the command line
C#, Windows, .NET, Visual Studio, Dev
Mike Ellison 4.75
POP3 (RFC 1939) & MIME (RFC 2045) Compliant Client
Updated: 27 Nov 2007  
POP3 client implemented with the command and state design patterns
C#, Windows, .NET 2.0VS2005, Dev
smithimage 4.73
.NET Mail Composer
Updated: 6 Aug 2008  
Compose mail messages and send them through your mail account provider.
C# (C# 2.0, C# 3.0), Windows (Win2K, WinXP, Win2003, Vista, TabletPC), .NET (.NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5), Design
SHRIDHAR TL 4.70
Embed HTML Email Images
Updated: 5 Jun 2007  
How to embed images in your email newsletter.
C#, Windows, .NET 1.1, WinForms, VS.NET2003, Dev
mwdiablo 4.68
SMTP and POP3 Mail Server
Updated: 29 Sep 2003  
An SMTP and POP3 mail server written using the .NET Framework and C#.
C#.NET 1.0, .NET 1.1, Win2K, WinXPVS.NET2003, Dev
Ivar Lumi 4.68
Simple POP3 Email Class
Updated: 13 Mar 2007  
A simple POP3 class to download emails from a mail server.
VB 8.0, .NET, Win2K, WinXP, Win2003VS2005, Dev
Luke Niland 4.68
Email Templates: A generic solution to handle template files
Updated: 4 Nov 2004  
A simple, user-friendly and flexible framework that takes care of all your email template files - once and for all.
C#, Windows, .NET 1.1, ASP.NET, WinForms, WebForms, VS.NET2003, Dev
Philipp Sumi 4.67
WallaAgent
Updated: 28 Mar 2005  
WallaAgent is a Walla free mail checking agent that runs on your computer instead of logging in to the Walla mail site.
C#, Windows, .NET, Visual Studio, Dev
Gil.Schmidt 4.67
SendSmtp - a command line utility to send e-mails via SMTP
Updated: 29 Nov 2006  
A command line utility which sends e-mails using the SmtpClient class.
C#, XML, Windows, .NET 2.0VS2005, Dev
Andrew Tweddle 4.67
POP3 Email Client with full MIME Support (.NET 2.0)
Updated: 8 Oct 2006  
C# class reading ASCII emails from a POP3 server and converting them using MIME to aSystem.Net.Mail.MailMessage derived class for further processing. The complete code is provided (pure C# 2.0, only .NET framework DLLs used). If possible, it matches MIME multiparts to body, attachment, etc. of MailM
C# 2.0.NET 2.0, Win2K, WinXP, Win2003, Vista, ASP.NET, WebForms, VS2005, Dev
Peter Huber SG 4.59
A Library for downloading Mails from a POP3 Server
Updated: 14 Mar 2007  
Mail downloading with C#.
C#, Windows, .NET 1.1VS.NET2003, Dev
m@u 4.59
Custom GMail Vacation Auto-Responder
Updated: 27 May 2009  
Use IMAP to auto-reply to unread GMail messages while on vacation
VB (VB 8.0, VB 9.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), Visual Studio (VS2005, VS2008), Dev, SysAdmin
_Khallaf 4.57
POP3 Email Client (.NET 2.0)
Updated: 4 Aug 2006  
C# class making it easy to interact with POP3 email server, like listing of emails, download and deletion. Special attention was given to reliable connection control. The code was tested for several months with Google Gmail, including SSL.
C# 2.0, Windows, .NET, Visual Studio, Dev
Peter Huber SG 4.55
Programmatically adding attachments to emails in C# and VB.NET
Updated: 20 Apr 2007  
A technique for programmatically adding attachments to emails in C# and VB.NET.
C#, VB, .NET, Win2K, WinXP, Visual Studio, Dev
David M Brooks 4.55
A POP3 Client in C# .NET
Updated: 9 Feb 2004  
A POP3 client in C# .NET for reading and processing emails (including attachments).
C#.NET 1.0, Win2K, Dev
Desmond McCarter 4.55
Hotmail using C# – A HTTPMail client under .NET
Updated: 25 Mar 2003  
A C# client library for access Hotmail using the undocumented HTTPMail protocol.
C#.NET 1.0, Win2K, WinXP, Dev
kais 4.55
POP3 Client as a C# Class
Updated: 5 Aug 2003  
An article description of a C# class that implements the standard POP3 commands.
C#, VB, Windows, .NET 1.0, .NET 1.1VS.NET2003, Dev
Bill Dean 4.53
Hotmail Exposed
Updated: 5 Oct 2003  
Access Hotmail using C#, the extended version.
C#.NET 1.0, Win2K, WinXP, Visual Studio, Dev
Wouter van Vugt 4.52
MIME Compliant Parser
Updated: 8 Jul 2008  
An attempt to separate MIME parsing from mail protocol.
C#, Windows, .NET 2.0VS2005, Dev
smithimage 4.50
Sending complex emails in .NET 1.1
Updated: 15 Mar 2006  
This article describes complex issues about sending emails in .NET 1.1 (such as using a SMTP server that requires authentication).
C#, Windows, .NET 1.1VS.NET2003, SQL CE, DBA, Dev
Florentin BADEA 4.39
Simple MAPI.NET
Updated: 30 Mar 2002  
Usage of the simple MAPI API.
C#.NET 1.0, Win2K, WinXP, Dev
NETMaster 4.39
Ready-to-use Mass Emailing Functionality with C#, .NET 2.0, and Microsoft® SQL Server 2005 Service Broker
Updated: 7 Sep 2006  
This paper demonstrates an extensible mass emailing framework (Smart Mass Email SME). The demo implementation uses cutting edge .NET technologies available today such as C#, .NET 2.0, Microsoft® SQL Server 2005 Service Broker, MS Provider Pattern, Enterprise Library January 2006 etc.
SQL, C# 2.0, Windows, .NET 2.0SQL 2000, SQL 2005, VS2005, Architect, DBA, Dev
Shahed.Khan 4.34
Sending the contents of a webpage with images as an HTML mail
Updated: 23 Dec 2006  
This article shows how you can embed images from a web server into your mail message.
C# 2.0, Windows, .NET 2.0, ASP.NET, VS2005, Dev
Five Minute Developer 4.32
IMAP Client library using C#
Updated: 13 Jan 2005  
IMAPLibrary supports the basic IMAP protocol functions to fetch messages from the mailbox.
C#, VC7.NET 1.0, .NET 1.1, WinXPVS.NET2003, Dev
Rohit Joshi 4.31
BooProd.BMail - sending dynamically generated EMails
Updated: 2 Jan 2005  
This package will help you send all kinds of EMails like account creation, order, mailing, reports, ... everything containing dynamic fields. You can configure your own SMTP server, use notification and add attachments.
C#.NET 1.1, Win2K, WinXPIIS 5.1, VS.NET2003, Dev
Boo! 4.30
Send E-Mail from your .NET Application using your GMail Account
Updated: 24 May 2006  
Send E-Mail from your .NET application using your GMail Account
C#, Windows, .NET, Visual Studio, Dev
Syed Moshiur Murshed 4.29
A class for sending emails with attachments in C#.
Updated: 28 Feb 2003  
A class for sending emails with attachments in C#.
C#, Windows, .NET 1.0, Dev
Steaven Woyan 4.28
Send Inline Image Email (VB.NET 2.0)
Updated: 21 Aug 2007  
Send HTML Email with embedded image files instead of external link. Most email client will display inline image directly since there is less security risk. No more broken images.
VB 8.0, Windows, .NET 2.0VS2005, Dev
WPKF 4.19
How to Access Emails Using the IMAP Protocol
Updated: 23 Sep 2008  
This article explains how to use the IMAP protocol to access emails. It explains how to use some of the common IMAP commands.
C#, Windows, .NET, Visual Studio (VS2008), Dev
Syed M Hussain 4.17
Send Mails from Windows Application
Updated: 15 Sep 2009  
This article enables you to send mails from Windows application which is normally a tedious task
C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), Windows (WinXP, Win2003), .NET CF, .NET (.NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5), Win32, Win64, IIS (IIS 6), Visual Studio (VS.NET2003, VS2005, VS2008), WCF, WinForms, All Topics, CEO, Architect, DBA, Dev, QA, Design, SysAdmin, Sales, Marketing
Sushant Joshi 4.09
SMTP Login class
Updated: 21 Jan 2003  
Basic SMTP Login class
C#, Windows, .NET 1.0, Visual Studio, Dev
Benjamin L. Miller 4.07
Retrieve Mail From a POP3 Server Using C#
Updated: 19 Jan 2002  
A simple program for retrieving mails from a POP3 server, based on RFC 1725.
C#, Windows, .NET 1.0, Dev
Agus Kurniawan 3.91
Decoding the "Windows 1255" format
Updated: 11 May 2009  
An article on how to decode the "Windows 1255" format.
C#, Windows, .NET, Dev
maor tzivony 3.80
How to send a simple text email message
Updated: 14 Nov 2004  
How to send a simple text email message.
C#, VB, Windows, .NET 1.1VS.NET2003, Dev
Chad Z. Hower aka Kudzu 3.74
Windows Email Client application using .NET (C#)
Updated: 21 Dec 2005  
An article on a Windows email client application using .NET.
C#, Windows, .NET 1.1VS.NET2003, Dev
Fabian Tang 3.58
Email Processing / Automation Using a Minimalistic Approach
Updated: 30 Jun 2006  
Imagine that you want to start the defrag or the TV card recording on your home PC via your mobile phone. This is one way to do it.
C++, Windows, Visual Studio, MFC, Dev
Ladislav Nevery 3.56
Sending Mail Using C# via SMTP
Updated: 19 Dec 2001  
A simple application for sending mail via SMTP server using C#
C#, Windows, .NET 1.0, Dev
Agus Kurniawan 3.55
Creating In-Memory Mail Attachments
Updated: 24 Nov 2007  
This article shows how to create mail attachments during runtime without creating files on the file system.
C# 2.0, Windows, .NET 2.0VS2005, Dev
Sven Grand 3.53
How to Send Mails from your GMAIL Account through VB.NET or C#. Windows Programming, with a Bit of Customization
Updated: 19 Mar 2008  
Sending Mails from your Windows Application
C#, VB 8.0, Windows, .NET 2.0VS2005, Dev
Abhishek Sur 3.51
Get Notified When Client Opens Email
Updated: 15 Jan 2009  
In this article we learn how to create a simple HttpHandler that will notify the sender when the email is opened.
C#, HTML, Dev
azamsharp 3.47
Mail library using sockets, in C#
Updated: 27 May 2004  
My own mail library without CDO and System.Web.Mail.
C#.NET 1.1, Win2003, Visual Studio, Dev
vmlinuxx 3.00
AdHawkMailer - An ASP.NET Component for Sending Emails in VB.NET
Updated: 16 Jun 2008  
AdHawkMailer is an ASP.NET component for sending emails in VB.NET.
VB 8.0, Windows, .NET 2.0, ASP.NET, VS2005, Dev
AdamNThompson 2.91
Three Ways of E-Mail Address Validation - Regex, SMTP, POP3
Updated: 9 Feb 2007  
Article about the technology of checking email address validation
C++, Javascript, XML, C# 1.0, C# 2.0, Windows, .NET 1.0, .NET 1.1, .NET 2.0, ASP.NET, SQL Server, MFC, Ajax, VS.NET2003, VS2005, Architect, DBA, Dev
Dmitry Kikhtev 2.90
SuperMail.NET, a bulk emailing app using System.Net.Mail, MS Access, and My.Settings
Updated: 12 Aug 2007  
Using the System.Net.Mail namespace, My.Settings, and MS Access to develop a bulk emailing application.
VB 8.0, Windows, .NET 2.0VS2005, Dev
AdamNThompson 2.88
Socket Console for SMTP in C#
Updated: 25 May 2004  
This is a byproduct while writing a fully functional mail sender. A good example for learning socket communication.
C#.NET 1.1, Win2003, Visual Studio, Dev
vmlinuxx 2.33
Win Mailer
Updated: 13 Jan 2009  
Win Mailer provides an easy way to send a mail to a number of recipients. You can even insert emoticons\smileys to the mail contents.
VB.NET 2.0, Visual Studio, Dev
Vivek Bhatnagar 2.33
POP3 Library in C#
Updated: 26 Sep 2003  
Complete POP3 Library with Attachment read and Save option
C#.NET 1.1, Win2K, WinXP, Win2003VS.NET2003, Dev
PramodKumarSingh 2.26

Internet & Network - Email & SMTP

top
Title / Updated Author Score  
Adding Save() functionality to Microsoft.Net.Mail.MailMessage
Updated: 11 Jan 2009  
Using a combination of Reflector, Reflection, and C# 3.0 extension methods to add Save(string FileName) functionality to MailMessage in Microsoft.Net.Mail.
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.5), Dev
Allan Eagle 4.82
Mail Monitor++
Updated: 8 Nov 2004  
A POP3 Monitor application.
VC6, VC7, VC7.1, VC8.0Win2K, WinXP, Win2003, MFC, ATL, VS.NET2003, Dev
sergiols 4.67
MailMergeLib - A .NET Mail Client Library
Updated: 7 Aug 2009  
MailMergeLib is a SMTP mail client library. It makes use of .NET System.Net.Mail and provides comfortable mail merge capabilities. MailMergeLib corrects a number of the most annoying bugs and RFC violations that .NET 2.0 to .NET 4.0 suffer from.
C# (C# 2.0, C# 3.0), Windows (Win2K, WinXP, Win2003, Vista), .NET 2.0, ASP.NET, Visual Studio (VS2005, VS2008), Dev
Norbert Bietsch 4.66
CPopProxyMT - A multi-threaded POP3 proxy skeleton
Updated: 9 Oct 2002  
CPopProxyMT is a skeletal class that wraps a multi-threaded POP3 proxy. You can further modify this class to suite your needs.
VC6, VC7Win2K, WinXP, MFC, Dev
Nishant Sivakumar 4.59
MIME Message Composer/Analyser
Updated: 18 Apr 2004  
A C++ implementation of MIME
VC6, VC7, VC7.1Win2K, WinXP, Win2003, Visual Studio, MFC, STL, Dev
nickadams 4.58
En/Decode MIME-Content with MimeSniffer
Updated: 2 Dec 2002  
RFC-compliant Mime-En/Decoder
VC6, VC7Win2K, WinXP, MFC, ATL, Dev
Randolph Duke 4.51
Implementing Outlook 2002/XP Event Sinks in MFC C++ 2003 .NET
Updated: 29 May 2003  
How to implement Outlook event sinks to alert your application when new mail has been received.
VC7, VC7.1Win2K, WinXP, MFC, VS.NET2003, Dev
zebbedi 4.46
SMTP Client
Updated: 24 Mar 2009  
The CSmtp class allows to send emails with attachments. It only provides the AUTH LOGIN authentication.
C++ (VC6), C++/CLI, C, Windows, Win32, Visual Studio
Jakub Piwowarczyk 4.42
A POP3 class with WIN32 API (APOP Command support)
Updated: 3 Jan 2003  
A POP3 class with WIN32 API
VC6Win2K, WinXP, MFC, Dev
Brandon G. WANG 4.39
Email Sender
Updated: 4 Jun 2008  
Send email directly to the receiver's SMTP server.
C#, .NET (.NET 2.0)
Liu Junfeng 4.20
CSmtpProxyMT 1.0
Updated: 15 Nov 2001  
An SMTP proxy class with ability to insert signatures to outgoing mails. Does not require MFC.
VC6, VC7Win2K, Visual Studio, MFC, Dev
Nishant Sivakumar 4.04
Getting an MX record (the easy way)
Updated: 27 Feb 2003  
Using DNSQuery() to get an MX record
VC6, VC7.NET 1.0, Win2K, WinXP, MFC, STL, Dev
Dave Loeser 4.03
SMTP Server
Updated: 22 Sep 2007  
This article shows how to design an SMTP server
VC8.0, Windows, Visual Studio, MFC, Architect, Dev, Design
Maruf Maniruzzaman 3.98
CFastSmtp - Fast and easy SMTP class...
Updated: 4 Sep 2002  
Fast and simple win32 SMTP class with handy local ip/name funtions
VC6Win2K, Visual Studio, MFC, Dev
Christopher W. Backen 3.96
CPop3 class
Updated: 31 Mar 2002  
This is simple CPop3 class that can connect to a pop3 server and receive messages.
VC6, VC7Win2K, WinXP, MFC, Dev
Christopher Zmorzynski 3.96
SMTP Stress Tool
Updated: 27 Dec 2006  
SMTP Stress Tool
C#, Windows, .NET, Visual Studio, Dev
Ivar Lumi 3.75
A Simple But Effective Way to Send an Email using SmtpClient Class
Updated: 9 Aug 2009  
A simple but effective way to send an email using SmtpClient class
C#, Windows, Visual Studio (VS2005, VS2008, VS2010)
Md. Marufuzzaman 3.56
Send HTML Via SMTP By Extending CMimeMessage
Updated: 18 Jan 2007  
Extending the CMimeMessage class to send HTML messages
C++ (VC8.0), Windows (WinXP), Visual Studio (VS2005), ATL, Dev
MBrooker 3.18
Sending Mail With An Embedded Image
Updated: 20 Jun 2007  
Sending Mail With An Embedded Image
C# 2.0, Windows, .NET, Visual Studio, Dev
Lavate Prashant B. 2.94
Spam Killer
Updated: 20 Mar 2002  
Delete unwanted mails from your PO3 server
VC6, VC7Win2K, WinXP, MFC, Dev
Hirosh 2.40
rEmail Part 2 - rPOP3_Client
Updated: 2 Jun 2005  
rEmail is a set of tutorials I am writing describing how I am building tools to download, interpret and send email messages. rPOP3_Client uses rTCPIP to download emails from a POP3 server.
VC6Win2K, WinXP, Win2003, MFC, Dev
Robert James Metcalf 2.17
SMTP server stress tester
Updated: 20 Mar 2002  
stress test your SMTP server by sending a large number of emails
VC6, VC7Win2K, WinXP, MFC, Dev
Hirosh 1.91
Digitally Signing Emails
Updated: 29 Mar 2008  
Digitally signing Emails using CAPICOM and CDO
C# 2.0, .NET (.NET 2.0), WinXP, Dev
Dan Madden 1.00

Internet & Network - FTP

top
Title / Updated Author Score  
gzTx - A File Transfer Daemon - Unedited
Updated: 1 Mar 2008  
Using On-the-Fly Compression During File Transfer.
Java, Java, Dev
st0le 5.00
How Proxy Server serves FTP clients?
Updated: 10 Feb 2005  
This article describes how Proxy Server deals with PORT and PASV FTP commands
VC6, VC7.1, WindowsVS.NET2003, Dev
Hatem Mostafa 4.79
Using FTP with .NET including sending server commands
Updated: 19 May 2004  
How to send and receive files, enumerate directories and subdirectories remotely on demand, send server commands through FTP control port.
C#, VC7.1.NET 1.1, Win2K, WinXP, Win2003, MFC, VS.NET2003, Dev
Tim Kohler 4.77
FTP Client Class
Updated: 5 Dec 2005  
A non-MFC class to encapsulate the FTP protocol.
VC7, VC7.1, VC8.0Win2K, WinXP, MFC, STL, VS.NET2003, Dev
otom 4.76
CFtpServer: A complete, fast, and reliable FTP server class
Updated: 5 May 2006  
An article on using the CFtpServer C++ class.
VC6, Windows, MFC, Dev
Poumailloux Julien 4.76
FTP Client and HttpFileDownloader Components (Controls)
Updated: 25 Jun 2008  
FTP client and HttpFileDownloader components (controls).
C# (C# 1.0, C# 2.0, C# 3.0), Windows, .NET (.NET 2.0, .NET 3.0), Dev
Alex_1 4.75
Steganography 17 - FTP Through a Proxy
Updated: 16 Nov 2007  
Transporting piggyback data in FTP transfers
C# 2.0, Windows, .NET 2.0, .NET 3.0VS.NET2003, Dev
Corinna John 4.73
FTP Wanderer - FTP Client using WININET
Updated: 30 Jul 2002  
This article presents a fully functional implementation of a FTP client.
VC6, VC7Win2K, WinXP, MFC, Dev
Pablo van der Meer 4.66
TJFTP - A Visual C++ FTP Client
Updated: 14 Nov 2005  
A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indicators, and reading and writing to the Registry.
VC6, VC7, VC7.1Win2K, WinXP, MFC, VS.NET2003, Dev
shellraker 4.65
C# FTP Client Library
Updated: 5 May 2006  
Easy to use FTP client library with features in mind.
C#.NET 1.1, WinXPVS.NET2003, Dev
J.P. Trosclair 4.57
Application for uploading modified Files to a FTP Server
Updated: 14 Oct 2002  
Simple C# Console Application that uses a local MS-Access Database to store modification Dates of Files and uploads modified Files to a FTP Server
C#, Windows, .NET 1.0, Dev
Uwe Keim 4.51
FTP client library for C#
Updated: 27 Mar 2003  
FTP client library for C#, including asynchronous operations.
C#.NET 1.0, Win2K, WinXP, Visual Studio, Dev
Dan Glass 4.50
An FTP secure client library for C#
Updated: 10 Dec 2008  
How to implement an FTP secure connection with an SSL stream class.
C# (C# 1.0, C# 2.0, C# 3.0), .NET, Dev
kadaoui el mehdi 4.48
FTP Component in C#, for .NET
Updated: 29 May 2002  
An FTP component and sample FTP client, in C#.
C#, Windows, .NET 1.0, Dev
Jerome Lacaille 4.42
A Complete FTP Server
Updated: 30 May 2005  
This article presents a fully functional implementation of a FTP server.
VC6, VC7Win2K, WinXP, MFC, Dev
Pablo van der Meer 4.39
Advanced FTP Server
Updated: 24 Oct 2009  
Enables remote access to your files and folders via FTP
C# (C# 2.0), Javascript, XML, HTML, .NET (.NET 2.0), ADO.NET, Ajax, SysAdmin
SHRIDHAR TL 4.35
Partial FTP Downloader
Updated: 29 Sep 2008  
An article about a partial FTP Downloader
.NET 1.1, Dev
Elmue 4.32
Retrieving a file via. HTTP
Updated: 24 Feb 2002  
A tutorial and class derived from CInternetSession.
VC6, VC7Win2K, WinXP, MFC, Dev
Jay Beckert 4.22
LightFTPClient: a basic FTP client
Updated: 9 May 2004  
LightFTPClient is a basic FTP client.
C#.NET 1.1, Win2K, WinXP, Win2003VS.NET2003, Dev
Massimo Beatini 4.11
Console FTP in C#
Updated: 7 Mar 2004  
A basic FTP client in C#.
C#, Windows, .NET 1.0, Dev
Hasani 3.51
How To Retrieve and Change FTP File Attributes by Using WinInet Functions.
Updated: 31 Mar 2006  
An article about using the FTPCommand function to send direct commands to the FTP server.
C++, Windows, Visual Studio, MFC, Dev
pkhach 3.50
WSTD-Ftp, A neat FTP server
Updated: 10 Mar 2006  
An article about a neat FTP server I've written, called WSTD-Ftp.
VC7, VC7.1, MFC, VS.NET2003, Dev
Moagiz 3.37
FTP-based Replication with Sharp FTP Server
Updated: 25 Jun 2004  
This article explains how to do FTP-based replication through the example of the Sharp FTP Server.
C#.NET 1.1, Win2K, WinXP, TabletPCVS.NET2003, Dev
InActive 3.18
C# FTP client, based on the WinInet.dll API
Updated: 16 Sep 2003  
The WinInet.dll API is able to tunnel through firewalls - this simple FTP client will support file transfer even when your firewall has only port 21open!
C#, Windows, .NET 1.1, Visual Studio, Dev
Peter Beedell 3.09
OpenFileDialog for FTP
Updated: 2 Oct 2008  
Dialog for selecting a file found on an FTP server.
C# 1.0, C# 2.0, C# 3.0.NET 2.0, Win2K, WinXP, Win2003, Vista, Win32, Dev
stebo0728 2.50
Download multiple files from an FTP server in .NET
Updated: 3 Jan 2008  
This article is a brief description on how to code to download multiple files from an FTP server using .NET.
C++/CLI.NET 2.0, Win2003VS2005
Aman Sura 2.45
FTP search of older files and delete them
Updated: 24 May 2004  
Mark all the files on an FTP site that are older than a specified time and delete if required.
C#, Windows, .NET 1.1VS.NET2003, Dev
SathishVJ 1.50

Internet & Network - General

top
Title / Updated Author Score  
VideoIPPhone - Unedited
Updated: 12 Mar 2005  
VOIP use MS TAPI
VC7Win2K, WinXP, MFC, Dev
Park NoYoon 5.00
TCP and HTTP? - Unedited
Updated: 13 Oct 2009  
I never understand when to use either of these. People always talk that - "...can be transferred over TCP or HTTP...." why there is "Or" in between TCP and HTTP? i understand, HTTP internally rely on TCP for transporting. 1. When to use TCP or HTTP? 2. What extra HTTP can do which TCP does not? 3.
Member 2324483 5.00
CSNTPClient - An SNTP Implementation
Updated: 7 Apr 2000  
A collection of freeware MFC classes to encapsulate the SNTP protocol.
VC6, MFC, Dev
PJ Naughter 4.91
Extending Microsoft's Terminal Services Client To Provide Seamless Windows
Updated: 14 Apr 2005  
An article that describes a possible approach to extending Microsoft's Terminal Services/Remote Desktop Client to use seamless windows.
VC7, VC7.1, VC8.0Win2K, WinXP, Win2003, MFC, Dev
Martin Wickett 4.91
A set of Network Management Classes
Updated: 21 Jan 2002  
A set of classes that make it easy to work with Network Management.
VC6, VC7Win2K, WinXP, Visual Studio, MFC, Dev
Carlos Antollini 4.88
CAsyncSocketEx - Replacement for CAsyncSocket with proxy and SSL support
Updated: 5 Apr 2003  
CAsyncSocketEx is an MFC-less replacement for CAsyncSocket which does also offer a flexible layer system. With the layer class CAsyncProxySocketLayer, you can connect through proxy servers.
VC6, VC7Win2K, WinXP, MFC, Dev
Tim Kosse 4.87
POP3 Server
Updated: 23 Sep 2007  
Shows how to implement a POP3 server
VC8.0, Windows, Visual Studio, MFC, Architect, Dev, Design
Maruf Maniruzzaman 4.86
Tool to traverse MIB tree using SNMP
Updated: 11 Dec 2004  
This is a simple tool to walk MIB tree. It also demonstrates receiving traps along with client side SNMP requests.
VC6Win2K, MFC, Dev
Ramanan.T 4.86
The "New ipconfig" and the IP Helper API
Updated: 5 May 2003  
This article details a class that allows the manipulation of network adapters and uses that class to build a graphical ipconfig utility for anyone using Windows2000 or Windows XP. In order to accomplish this, the IP helper API is used.
VC6, VC7, VC7.1, VC8.0Win2K, WinXP, MFC, ATL, STL, Dev
Joseph Dempsey 4.83
CSPServer, State-based Protocol Server Class
Updated: 11 Mar 2003  
Class framework for creating client/server protocol servers
VC6, VC7Win2K, WinXP, MFC, Dev
hector santos 4.82
How to install SNMP extension agent DLL
Updated: 11 Dec 2004  
This tutorial is all about installing the developed extension agent DLL.
VC6Win2K, MFC, Dev
Ramanan.T 4.81
WebResourceProvider
Updated: 23 Mar 2007  
A framework to allow public web services to be used as objects in your application.
VC8.0Win2K, WinXP, Vista, MFC, VS2005, Dev
Ravi Bhavnani 4.80
Remote shell daemon (Rshd)
Updated: 7 Oct 2003  
Example to shutdown all computers on the LAN automatically.
VC6Win2K, WinXP, MFC, Dev
Yuantu Huang 4.79
CSMTPConnection v1.36
Updated: 3 Mar 2000  
An MFC class to encapsulate the SMTP protocol.
VC6, MFC, Dev
PJ Naughter 4.78
W3Mfc v1.11
Updated: 7 Apr 2000  
A collection of freeware MFC classes to implement a simple Web server.
VC6, MFC, Dev
PJ Naughter 4.78
GeoLocation for your Skype
Updated: 30 Mar 2007  
The article describes the retrieval of one's public IP address and geo location and possibly assigning it to one's Skype profile.
C# 1.0, C# 2.0, Windows, .NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0VS.NET2003, VS2005, Dev
AdamNajmanowicz 4.77
NDIS MONITOR .NET 32-bit v1.00
Updated: 27 Apr 2007  
NDIS Monitor allows to catch and log the exchange of packet data between NDIS miniport drivers and network protocol modules that occurs in kernel space.
C++, C# 1.0, Windows, .NET, Visual Studio, WinForms, Dev
vitoplantamura 4.77
The Bip Buffer - The Circular Buffer with a Twist
Updated: 9 May 2003  
A bi-partite circular buffer for high performance buffering, where it comes from, and why you'd want to use it.
VC6, VC7Win2K, WinXP, PocketPC 2002, Visual Studio, MFC, Dev
Simon Cooke 4.76
Getting the Physical (MAC) address of a Network Interface Card and finding out if it is the primary adapter on a multi-homed system
Updated: 14 Mar 2006  
This article describes how to obtain a Network Interface Card's (NIC) Physical or Ethernet (MAC) address. It also shows how to identify if a network adapter is the primary adapter on a multi-homed system. If not, it shows how to find and get the primary adapter's IP and MAC addresses.
VC6Win2K, WinXP, Visual Studio, MFC, Dev
Rafique Sheikh 4.76
CCmc v1.0 - A CMC Implementation
Updated: 3 Mar 2000  
An MFC class to encapsulate sending mail using CMC.
VC6, MFC, Dev
PJ Naughter 4.75
More on using IP Helper API’s
Updated: 4 Mar 2004  
A brief discussion on how to use a few of the functions in the IP Helper suite
VC6Win2K, MFC, Dev
DavidCrow 4.75
Wake On LAN (WOL)
Updated: 27 Jul 2007  
This article will describe steps required to power on remote machines in a local area network.
VC6, VC7Win2K, WinXP, Win2003, MFC, Dev
Hamed Mosavi 4.74
How to develop a SNMP extension agent DLL
Updated: 11 Dec 2004  
This covers essentials about SNMP and a short tutorial on developing a very simple SNMP extension agent.
VC6Win2K, MFC, Dev
Ramanan.T 4.73
Raw Ethernet Packet Sending
Updated: 24 Oct 2003  
This article explains how to send a raw Ethernet packet using C# and a NDIS Protocol Driver.
C, C#.NET 1.1, Win2K, WinXP, Win2003VS.NET2003, Dev
miahrugger 4.73
Using UPnP for Programmatic Port Forwardings and NAT Traversal
Updated: 14 Mar 2006  
Universal Plug-n-Play lets your program create and edit port mappings in your router over the network.
VC6Win2K, WinXP, MFC, Dev
Mike O'Neill 4.73
Simple class to work with the NetShare*() APIs
Updated: 19 Apr 2004  
Simple class to work with the NetShare*() APIs.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, MFC, VS.NET2003, Dev
John Gonzalez 4.73
Failover Socket Client
Updated: 20 Aug 2007  
A socket client which fails over to a different host when the connection drops
C# 2.0, Windows, .NET 2.0VS2005, Dev
Bart Meirens 4.73
Image and Location Search(aroo) - Unedited
Updated: 11 Jun 2008  
Index your website (including images and geographic data), search and display results in Google Earth.
C# (C# 2.0, C# 3.0), Javascript, .NET (.NET 2.0, .NET 3.0, .NET 3.5), ASP.NET, Ajax, Dev
craigd 4.71
Raw Sockets Using Winsock
Updated: 3 Jan 2007  
Raw socket programming using the Winsock API.
VC6, Windows, MFC, Dev
Prasshhant Pugalia 4.70
SNTP Client in C#
Updated: 27 Aug 2001  
Implementation of the Simple Network Time Protocol (RFC 2030) in C#
C#, VC7, Windows, .NET 1.0, Dev
Valer BOCAN 4.70
.NET POP3 MIME Client
Updated: 8 Feb 2008  
This article provides an implementation of a POP3 MIME client using .NET 2.0 and C#.
C# 2.0, C# 3.0, Windows, .NET 2.0, .NET 3.0VS2005, Dev
Wil Peck 4.68
MfcCDDB v1.15
Updated: 3 Mar 2000  
A freeware MFC class to support access to CDDB servers.
VC6, MFC, Dev
PJ Naughter 4.67
STL WebServer
Updated: 8 May 2000  
A set of classes written in STL that implement a web server
VC6, MFC, STL, Dev
David Hubbard 4.67
Network Renju Game
Updated: 1 Jul 2003  
This is a Renju game with network support.
VC6Win2K, MFC, Dev
Mingming Lu 4.67
Implementing snap-to-grid in an MSHTML based application
Updated: 24 Apr 2004  
How to implement snap-to-grid and draw the grid in MSHTML based applications.
VC7.1Win2K, WinXP, Win2003, MFC, VS.NET2003, Dev
Rob Manderson 4.67
Using IHTMLEditDesigner
Updated: 24 Apr 2004  
Using IHTMLEditDesigner to modify IE's editing behaviour
VC7, VC7.1Win2K, WinXP, Win2003, MFC, VS.NET2003, Dev
Rob Manderson 4.66
Simple, Robust and Expandable Winsock Server for Multiple Clients with Easy to Add New Services
Updated: 4 Sep 2006  
How to build a simple, robust and easily expandable server for multiple clients
XML, VC8.0Win2K, WinXP, Win2003, MFC, ATL, STL, VS2005, Architect, Dev
Vadim Motorine 4.66
UT2003 Gameserver Status
Updated: 16 Oct 2002  
Getting the current Status of a UT2003 Gameserver via UDP Queries
C#, Windows, .NET 1.0, Dev
Rüpel 4.66
Anatomy of a relevant search engine (part 1) - Unedited
Updated: 4 Jun 2009  
Information retrieval, semantic search relevance and ranking. About anatomy of a search engine. The simplest search engine source code.
C#, Dev
Adrian Pirvu 4.65
Working with MSMQ Triggers
Updated: 25 Mar 2003  
This article gives a brief introduction to MSMQ Triggers and how it can be used in your messaging applications.
C++Win2K, WinXP, Visual Studio, MFC, Dev
Manoj G 4.65
Tracert Component for .NET Framework 2.0
Updated: 25 Jun 2006  
This article implements a tracert component based on the Ping class available in .NET Framework 2.0.
C#, VC8.0.NET 2.0, Win2K, WinXP, Visual Studio, Dev
Rama Krishna Vavilala 4.65
Using the Background Intelligent Transfer Service (BITS)
Updated: 3 Jun 2008  
Using the BITS system service
VC8.0Win2K, WinXP, Win2003, Vista, MFC, ATL, WTL, VS2005, Dev
caio 4.64
Sniffing using Winsock
Updated: 23 Apr 2007  
Sniffing IP Packets using Winsock API
VC6WinXP, MFC, Dev
Prasshhant Pugalia 4.64
A Multicast Wrapper Class
Updated: 3 Dec 1999  
MFC, Dev
Adeel Jamil Siddiqui 4.64
An Asynchronous Pluggable Protocol Handler for data: URLs
Updated: 28 Jan 2006  
This article describes an asynchronous pluggable protocol implementation to support the data: protocol, as described in RFC 2397, in Internet Explorer.
VC8.0, Windows, Visual Studio, MFC, ATL, Dev
Rama Krishna Vavilala 4.63
Using a Mailslot to read/write data over a network
Updated: 8 Mar 2004  
Shows how to use a Mailslot to easily read/write data between two or more networked Windows computers.
C++, CWin2K, WinXP, Win2003, Visual Studio, MFC, Dev
Jeff Glatt 4.63
Access Internet Explorer's History in MFC
Updated: 14 Aug 2004  
Getting the History from Internet Explorer in MFC.
VC6, Windows, MFC, ATL, Dev
Akash Kava 4.63
Binary Data Marshaling
Updated: 13 Jan 2005  
Fast binary data marshaling using simple CMarshal class.
VC7.1, Windows, MFC, VS.NET2003, Dev
Hatem Mostafa 4.63
XWSAError - a DLL for Winsock error lookup
Updated: 6 Jan 2005  
Add Winsock error lookup to your C++ or VB app with this DLL.
VC6, VB 6Win2K, WinXP, Win2003, MFC, Dev
Hans Dietrich 4.62
Examples to create your Conferencing System in .NET, C# VOIP & Video Conferencing Systems using H.323 and TAPI 3
Updated: 31 Jan 2007  
Four examples to create your Conferencing System in .NET using H.323 and TAPI 3
C#, Windows, .NET, Visual Studio, Dev
Fadi M. Abdel-qader 4.62
Commands Transfer Protocol (CTP) - A New Networking Protocol for Distributed or Parallel Computations
Updated: 2 Feb 2005  
In this article, an improved version of a new networking protocol for distributed or parallel computations is presented. In common, it is suitable just for fast, reliable and featureful interchange of small messages. The protocol's implementation and demo project are provided.
VC6Win2K, WinXP, Win2003, MFC, STL, Dev
dum 4.61
Using Internet Explorer to download files for you
Updated: 27 Dec 1999  
This article presents two methods of using the URLDownloadToFile function in IE3+ to download files.
VC6Win2K, Visual Studio, MFC, Dev
Michael Dunn 4.61
Applications Traffic Watcher
Updated: 17 Jul 2006  
Applications Traffic Watcher is a small utility to get information about the amount of data transferred to and from the Internet.
Windows, Visual Studio, Dev
Warlib 4.60
Advanced customization of WebBrowser Control in Dialog based app.
Updated: 19 Aug 2003  
Shows how to customize the Microsoft WebBrowser control in a dialog based app to allow custom context menus, message boxes, windows, modal dialogs and C++ function calls from JavaScript to your application using window.external.
VC6Win2K, WinXP, Win2003, MFC, Dev
Greg Ellis 4.59
Pause & Resume at Protocol level. (You can implement it in any language)
Updated: 9 Oct 2002  
Ever wondered how some of the popular download tools have capability to break download in middle, disconnect from net, later reconnect and restart file transfer from exact point they left earlier.
VC6, VC7Win2K, MFC, STL, Dev
Narendra Chandel 4.58
Remote Processes and Machine control of Windows NT based systems (2000/XP)
Updated: 31 Aug 2003  
Control certain aspects of machines sitting remotely, without having to install and trigger an application on the remote machine.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, MFC, Dev
Prateek Kaul 4.57
CNamedPipe v1.0
Updated: 3 Mar 2000  
A Freeware MFC class to encapsulate Named Pipes.
VC6, MFC, Dev
PJ Naughter 4.56
Syslog daemon for Windows Eventlog
Updated: 22 Apr 2007  
Syslogd is an installable Windows service which receives and translates syslog messages to Windows Eventlog logs
C# 2.0.NET 2.0, WinXPVS2005, Dev
Alphons van der Heijden 4.56
Capture an HTML document as an image
Updated: 19 May 2004  
Capturing HTML documents as images
VC6, VC7, VC7.1Win2K, WinXP, Win2003, MFC, VS.NET2003, Dev
Rob Manderson, Jubjub 4.56
Connect to a UNC Path with Credentials
Updated: 16 Oct 2009  
Use NetApi32 to establish and break connections to UNC paths using specified user credentials.
C#, .NET, Win32, Dev
hayes.adrian 4.55
WhoIS Class for MFC
Updated: 29 Feb 2000  
A simple MFC class for WhoIS processing for the Internet.
VC6, MFC, Dev
Ed Dixon 4.54
CWebUpdate 1.0 - An MFC Update class
Updated: 25 Jun 2005  
An easy updating method with a small foot print.
VC6Win2K, WinXP, MFC, Dev
.rich.w 4.53
Searcharoo 2007 (Medium Trust and Office 2007 indexing) - Unedited
Updated: 28 Apr 2007  
Remove Binary Serialization to solve Medium Trust problem; index OpenXML document formats in ASP.NET/C# free search engine
C# 2.0, Windows, Office, .NET 2.0, ASP.NET, WebForms, VS2005, Dev
craigd 4.53
How to use IDirectoryObject
Updated: 13 Jun 2002  
How to use the IDirectoryObject interface instead of using the IADs(IDispatch) objects
VC6, VC7Win2K, WinXP, Visual Studio, MFC, ATL, Dev
Wictor Wilén 4.50
Offline Browser using WinInet, URL Moniker and MSHTML APIs
Updated: 22 Mar 2005  
This article describes how to make an offline browser using Visual C++/Win32 APIs.
VC6, VC7Win2K, WinXP, MFC, Dev
Muhammad Sheraz Siddiqi 4.50
ISAPI Filter for Logging using MFC
Updated: 9 Aug 2007  
Implementing ISAPI Filter in IIS 5.x/6.x for logging HTTP/HTTPS request & response data
C++, Windows, Visual Studio, MFC, Dev
Paramesh Gunasekaran 4.50
Simple Upload File to Rapidshare Account Method using C#
Updated: 2 Apr 2009  
By using this C# (.NET 2.0) method, you can easily upload your files to Rapidshare.com account
C#, .NET (.NET 2.0, Mono, DotGNU, .NET 3.0, .NET 3.5), ASP.NET, WinForms, WebForms
Qasem Heyrani Nobari 4.50
Winsock Revamped
Updated: 24 Jun 2008  
A fairly simple to use Winsock component, allowing simple networked applications. Built modeling the VB6 component of the same name, with enhancements.
VB (VB 7.x, VB 8.0, VB 9.0), .NET (.NET 1.1, .NET 2.0, .NET 3.5), Visual Studio (VS.NET2003, VS2005, VS2008), Dev
Chris Kolkman 4.48
CHttpDownloadDlg v1.03
Updated: 3 Mar 2000  
A dialog implementation that performs HTTP downloads.
VC6, MFC, Dev
PJ Naughter 4.48
CTraceRoute v1.0
Updated: 7 Apr 2000  
A freeware MFC class to implement traceroute functionality.
VC6, MFC, Dev
PJ Naughter 4.48
A class to download files from the net
Updated: 16 Apr 2002  
A simple class to ease the task of downloading files from the net
VC6, VC7, MFC, Dev
Chris Maunder 4.48
How to get a list of users from a server
Updated: 27 Nov 2001  
How to get a list of users and their details from a specified server.
VC6Win2K, MFC, Dev
Derek Lakin 4.45
ASP.NET C# Search Engine (Highlighting, JSON, jQuery & Silverlight)
Updated: 9 Mar 2009  
More professional ASP.NET C# search with proper document summary, query highlighting and RIA display options
C# (C# 2.0), Javascript, .NET (.NET 2.0), ASP.NET, WebForms, Ajax, Silverlight, Dev
craigd 4.44
CSslSocket - SSL/TLS enabled CSocket
Updated: 24 Nov 2001  
CSocket derived class with SSL/TLS extension
VC6Win2K, MFC, Dev
Martin Ziacek 4.43
Yahoo! Weather Viewer
Updated: 31 Aug 2007  
An article on retrieving the weather data using Yahoo! Weather RSS feed
VC6, Windows, Visual Studio, MFC, Dev
darkoman 4.43
How to Parse the Bookmarks File of Mozilla into a Datatable
Updated: 14 Sep 2007  
An article describing how to parse a Mozilla bookmarks file into a datatable
C# 2.0, Windows, .NET 2.0VS2005, Dev
Pierpaolo Romanelli 4.43
Telnet Console Application
Updated: 31 Jul 2001  
A console based telnet application.
VC6Win2K, MFC, Dev
Ibrar Ahmad 4.42
CPing v1.22
Updated: 3 Mar 2000  
An MFC class to encapsulate the Ping utility.
VC6, MFC, Dev
PJ Naughter 4.40
A brief discussion on how to use three of the network management functions
Updated: 2 May 2004  
A brief discussion on how to use NetShareEnum, NetConnectionEnum, and NetFileEnum
VC6Win2K, MFC, Dev
DavidCrow 4.40
NAT Traversal with UPnP in C#
Updated: 14 Jan 2009  
NAT traversal with UPnP in C#, without any libraries.
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0), Dev
harold aptroot 4.38
Getting active TCP/UDP connections on a box
Updated: 17 Jun 2003  
This article shows an implementation of the main TCP/UDP functions of the IP Helper API that is used to get info about active connections including the process attached to a connection
C++, C#.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, MFC, Dev
Axel Charpentier 4.38
Applications Traffic Watcher Lite
Updated: 14 Jul 2006  
Applications Traffic Watcher is a small utility to get costs of the internet traffic consumed by different applications
Windows, Visual Studio, Dev
Warlib 4.38
NT Telnet server and client
Updated: 22 Nov 1999  
CTelnetView is a class derived from CView that implements a telnet client session with history.
VC6, MFC, Dev
Randy More 4.35
CSplitURL - split a URL into component parts
Updated: 10 Nov 2002  
Wrapper class for the WinInet InternetCrackUrl function
VC6, VC7Win2K, WinXP, MFC, WTL, Dev
Rob Caldecott 4.34
Multithreaded TCP/IP Telnet Server - Chess Game Example
Updated: 22 Jan 2001  
Chess Game Example
VC6, MFC, Dev
Lee Patterson 4.34
Ripping Data on the Web
Updated: 5 Mar 2003  
How to recover and repackage information on the World Wide Web.
C#, Windows, .NET 1.0, Dev
Mark Mullin 4.33
Finding IP Address Information
Updated: 14 Dec 2003  
An article on finding IP address information
C#.NET 1.0, .NET 1.1, Win2K, WinXP, Visual Studio, Dev
Coskun Oba 4.33
How to use the managed RTP API classes in .NET to create your multicasting systems
Updated: 2 May 2008  
Create an RTP multicasting presenter (with motion detection).
C# 1.0, C# 2.0, Windows, .NET 1.1, .NET 2.0, ASP.NET, WinForms, WebForms, VS.NET2003, VS2005, Dev
Fadi M. Abdel-qader 4.33
Voice chat using a client-server architecture
Updated: 2 Aug 2003  
Voice chat networking
VC6Win2K, WinXP, Win2003, MFC, Dev
Nagareshwar 4.33
Connecting to MSN messenger with the MSNP9 protocol
Updated: 4 Nov 2003  
This article explains how you can connect to MSN using the MSNP9 protocol. It also refers to another article I wrote.
C#, Windows, .NET 1.0, Visual Studio, Dev
Paul Wijntjes (dominion99) 4.32
CPop3Connection v1.19
Updated: 3 Mar 2000  
An MFC class to encapsulate the POP3 protocol
VC6, MFC, Dev
PJ Naughter 4.32
Detecting the IE Refresh button using IWebBrowser2 and DWebBrowserEvents2 events.
Updated: 14 Oct 2004  
An article explaining how to capture a click on Internet Exporer's Refresh button, using DWebBrowserEvents2.
C++/CLI, VC6, .NET, Win2K, WinXP, MFC, Dev
SteveFox 4.32
Open a URL in a new window
Updated: 10 Jul 2003  
An article showing how to launch a URL in a new browser window
VC6, VC7, VC7.1, VC8.0Win2K, WinXP, Win2003, Visual Studio, MFC, ATL, WTL, Dev
Rob Caldecott 4.31
CFTPTransferDlg v1.0 - The FTP Protocol
Updated: 3 Mar 2000  
A dialog implementation that performs a FTP file transfer.
VC6, MFC, Dev
PJ Naughter 4.31
IP Multicasting - Using I/O completion ports with UDP
Updated: 24 Feb 2002  
How to use I/O completion ports with UDP? ( With an IP multicast example).
VC6, VC7Win2K, WinXP, MFC, Dev
shanthu 4.31
CServerMailslot & CClientMailslot
Updated: 3 Mar 2000  
Freeware MFC wrapper classes for Win32 Mailslots.
VC6, MFC, Dev
PJ Naughter 4.30
TAPI 3.0 Application development using C#.NET
Updated: 15 Jul 2005  
This is a sample telephony application which will help you to develop applications using TAPI 3.0 API and C#.NET. Here basic knowledge about TAPI is assumed.
C#.NET 1.0, Win2K, WinXP, Dev
devang_bison 4.30
Single Server, Multiple Clients - Win32/MFC classes for client/server communication with Unicode support - Unedited
Updated: 26 Jan 2005  
An implementation of Liyang Yu's classes for client/server communication for both Win32 and MFC, with Unicode and ANSI support.
VC6Win2K, WinXP, MFC, Dev
Hans Dietrich 4.30
CIMDBSearch Class
Updated: 6 Jun 2008  
An article on a simple C++ IMDB search class
C++, Windows, Dev
darkoman 4.29
Beginners Intro to HTTP calls
Updated: 26 Nov 2002  
A beginers explaination to the segements of a HTTP call.
VC6Win2K, WinXP, MFC, Dev
Michael A. Barnhart 4.27
EnetstatX
Updated: 9 Jun 2004  
Enhance netstat and packet filtering.
VC6WinXP, MFC, STL, Dev
y0da 4.26
Remote processes and machine control of Windows NT based systems (2000/XP)
Updated: 26 Aug 2003  
Trigger/monitor/kill processes and shutdown/reboot machines remotely.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, MFC, Dev
Prateek Kaul 4.26
Spoofing the ARP Table of Remote Computers on a LAN
Updated: 30 Mar 2004  
This article explains what ARP Spoof is and how to use WinArpSpoof based on CBuildPacket.
VC7Win2K, WinXP, Win2003, Visual Studio, MFC, Dev
Gorden 4.25
Remote Control PCs
Updated: 21 Oct 2009  
Two projects that work together to remote control PCs across a LAN
C++ (VC6), Windows, MFC, Dev