dax1337 Posted September 2, 2003 Posted September 2, 2003 I need help with the .net winsock. I am trying to make a Chat Program and i need help. So if someone can send a e-mail to Dax1337@hotmail.com with a good winsock tutorial for .net it would be greatly thanked Quote
Administrators PlausiblyDamp Posted September 2, 2003 Administrators Posted September 2, 2003 There is a sample chat application that comes with the .Net SDK. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
*Experts* mutant Posted September 2, 2003 *Experts* Posted September 2, 2003 You shouldnt use the Winsock control in .NET, look into the System.Net and System.Net.Sockets for that functionality and even more. Quote
dax1337 Posted September 2, 2003 Author Posted September 2, 2003 Can someone post a tutorial on sockets?? ^^^^^^^^^^^^^^^^^^^^^^ this is for the post above this one ( the one with the skull head in lava) IF i am going to learn the socket thing can you please post a tutorial for me so i can read it and learn it thx Quote
*Experts* mutant Posted September 2, 2003 *Experts* Posted September 2, 2003 MSDN has a lot of examples on this, just search for the System.Net.Sockets namespace and you will get an explanation for each object. If you dont like msdn then just search for System.Net.Sockets tutorial. Quote
dax1337 Posted September 2, 2003 Author Posted September 2, 2003 (edited) Why should I not learn the winsock control? I knew it in vb6. Is there like some reason I should learn sockets and not the winsock control ,and I still need help with the sockets tutorial and if I should learn the winsock I also need a tutorial for it. thx Edited September 2, 2003 by dax1337 Quote
Administrators PlausiblyDamp Posted September 2, 2003 Administrators Posted September 2, 2003 Sockets support under .Net generally gives you more control, is more compatible with other .Net languages, fully supports .Net concepts like streams and asyncronous programming (sp?) and avoids the overheads of COM interop. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
dax1337 Posted September 2, 2003 Author Posted September 2, 2003 Can someone get me a tutorial for it?? Quote
*Experts* Volte Posted September 2, 2003 *Experts* Posted September 2, 2003 As has been said before, look at the MSDN. There is information on every single class in the .NET framework. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.