Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » TCP/IP Networking in VB 2005
Closed Thread
Old 11-08-2006, 05:33 PM   #1 (permalink)
 
Ultra Techie

Join Date: Jul 2006

Posts: 714

Meithan is on a distinguished road

Send a message via AIM to Meithan Send a message via Yahoo to Meithan
Default TCP/IP Networking in VB 2005

I recently tried to program a simple server/client application (just to send text strings through TCP/IP) with Visual Basic 2005 Express, and learned that the WinSock Control does not exist anymore in any version of VB .NET (hadn't programmed VB since the days of VB 6.0). I googled a tutorial for .NET but didn't find anything worthwhile. I did find out that sockets are now programmed through the System.Net.Sockets class.

Could anyone teach me the basics of TCP/IP networking in .NET? Or at least point me to a good tutorial?
__________________


SuperPi 1M: 29.6s - 3DMark06: 8616
The Geek Test v3.1 Score: 36.3% - Major Geek
Meithan is offline  
Old 11-08-2006, 11:45 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Well, if you're going to use .NET, why not use C#? If you want to buy a decent book covering .NET network programming using C#,
this is a good book. It's not perfect (from a software development standpoint), but it is very good. It covers a wide range of networking topics. Of course, if you have any specific questions about network programming, post them.
jaeusm is offline  
Old 11-09-2006, 09:05 AM   #3 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

I would suggest C#, because I know a lot of friends who went the VB route and are either being retrained by their corporations or are looking for new jobs. If you need help learning C# from a beginners standpoint, I would suggest Learning C# 2005 by O'Reilly. I burned through it in two days. Very excellent book (for beginners)
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On