Nice Clean Example

.NET Web

These examples demonstrate different techniques of accessing the web from within a .NET program.

 
Generate Quoted-Printable output
Normally the System.Net.Mail and SMTPClient classes could handle every scenario involving creating email messages, but every now and then you need to be able to generate Quoted Printable output, when you are manually creating an email message within some existing application for instance. This sample contains a class that will do that encoding.
Complete TCP Client/Server Example
This is a console application that demonstrates a complete TCP/IP client/server application. It contains a server thread that acts as the server component and a client. Its a good reference for the plumbing and steps required for developing a TCP/IP application. This is a complete VS2005 solution with all project files.
Server Side Socket I/O
Client Side Socket I/O
Sending an Email with Attachment
Sending an Email Message
Socket I/O with TCPClient
Download a file via FTP
Get a directory listing via FTP
Upload a file via FTP
1 2