Related resources for Socket class
  • How to synchronize data in Pocket PC and main database1/30/2006 11:32:10 PM. The main objective of the article is to present how to synchronize the data between the Pocket PC database and main database using Pocket PC Emulator and Web Service in .NET
  • Simple SMTP Mailer12/28/2005 1:45:10 AM. This is a simple program which shows how to send mail via SMTP without using any framework support. While using the .NET SMTP classes may be a little easier, it is good to be able to go under the hood and get your hands dirty to understand what is going on at the socket level. For simple text messages, this implementation works fine.
  • Network Programming in C# - Part 212/27/2005 4:21:17 AM. This is the second part of the series of articles about the network programming with C#.