Simple Remoting Example
-
29 June 2009
Framework: 3.5
Windows Application
This project includes a sample client/server console application. The client connects to the server using Remoting and the server sends the contents of a text file.
POP3 Example 1
-
26 January 2009
Framework: 3.5
Windows Application
This console application demonstrates how to connect to a POP3 server and get the message headers and the total message count.
Tabbed Web Browser
-
29 December 2008
Framework: 3.5
Windows Application
This is a tabbed web browser. You can open multiple tabs to browse web pages using the same search field. There is also a progress bar to show the download progress.
Cookie Example
-
09 November 2008
Framework: 3.5
Web Application
This project demonstrates how to create and read cookies using the HttpCookie class.
TCP Client Server
-
02 November 2008
Framework: 3.5
Windows Application
This project is a simple Clinet/Server console application. It shows hows to get connected to a server and echo back messages.
Simple IMAP Example
-
23 September 2008
Framework: 3.5
Windows Application
This sample project demonstrates how to connect to a mailbox server using the IMAP protocol. It shows how to send some of the basic IMAP commands to the mailbox server and how to get a response back from the server.
FileUpload Example
-
17 July 2008
Framework: 3.5
Web Application
This simple ASP.Net project demonstrates how to use the FileUpload control to upload a file.
Simple Broadcast Example
-
24 June 2008
Framework: 3.5
Windows Application
This example demonstrates how to use the Socket class to develope a simple broadcast application.
1
2