TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Socket class
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
TH Mok (1)
Ganesh Sundaram (1)
Bill Farley (1)
Rajesh VS (1)
Related resources for Socket class
No resource found
Peer-to-peer Chat Program using Asynchronous Socket
8/30/2006 1:53:46 AM.
This is a simple chat program, which uses asynchronous socket to provide connection between two machines.
How to synchronize data in Pocket PC and main database
1/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 Mailer
12/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 2
12/27/2005 4:21:17 AM.
This is the second part of the series of articles about the network programming with C#.