View Full Version : C#/Mono Network Programming Tutorial
celloandy
July 28th, 2005, 07:01 AM
I'm looking for a tutorial/primer on network programming (stuff like sockets, ports, client/server programming, etc.) with C# and Mono. A tutorial that aimed at C# with MS's .NET implementation would be fine, too, if the API was the same as it is under Mono. Any ideas?
Andrew
superhac007
July 28th, 2005, 10:22 AM
I'm looking for a tutorial/primer on network programming (stuff like sockets, ports, client/server programming, etc.) with C# and Mono. A tutorial that aimed at C# with MS's .NET implementation would be fine, too, if the API was the same as it is under Mono. Any ideas?
Andrew
There is a book called "C# Network Programming". It covers everything your looking for and more....
Heres the link on amazon: C# Network Programming (http://www.amazon.com/exec/obidos/tg/detail/-/0782141765/qid=1122560347/sr=8-1/ref=pd_bbs_sbs_1/104-2109268-3774304?v=glance&s=books&n=507846)
I own this book and it has proven to be an invaluable resource.
celloandy
July 28th, 2005, 05:52 PM
There is a book called "C# Network Programming". It covers everything your looking for and more....
Heres the link on amazon: C# Network Programming (http://www.amazon.com/exec/obidos/tg/detail/-/0782141765/qid=1122560347/sr=8-1/ref=pd_bbs_sbs_1/104-2109268-3774304?v=glance&s=books&n=507846)
I own this book and it has proven to be an invaluable resource.
From the Amazon page, it seems aimed at MS .NET programmers. Is the content equally applicable to Mono programmers? I admit that I haven't researched this enough to know whether or not the networking APIs under Mono are the same as they are under Windows, but it doesn't seem like Mono would provide a Winsock interface... maybe I'm wrong, though.
Andrew
superhac007
August 1st, 2005, 11:40 AM
From the Amazon page, it seems aimed at MS .NET programmers. Is the content equally applicable to Mono programmers? I admit that I haven't researched this enough to know whether or not the networking APIs under Mono are the same as they are under Windows, but it doesn't seem like Mono would provide a Winsock interface... maybe I'm wrong, though.
Andrew
I was able to run just about every core example.. The only thing that has proven different are registry commands. Other then that the examples run fine under Mono.
jerry32
April 23rd, 2009, 02:16 AM
find the following tutorial
http://csharp.net-informations.com
http://vb.net-informations.com/communications/vb.net_communications_tutorial.htm
jerry
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.