Free Socket Programming in C# - Part II Tutorial

Feb
10

Socket Programming in C# - Part II

Posted by admin

(Page 1 of 2 )This is the second part of Ashish's two part series about handling sockets in the C# language. Read this article to learn how to use sockets with the .Net framework.This is the second part of the previous article about the socket programming. In the earlier article we created a client but that client used to make blocking IO calls ( Receive ) to read data at regular intervals (via clicking the Rx button). But as I said in my earlier article, that model does not work  
continue >>

Tags:

Add A Comment