Click to See Complete Forum and Search --> : Network programming.


John_K
April 11th, 2002, 03:25 AM
Where would be a good spot to research on VB .Net network programming?

It seemed previously that true network programs needed to be in C++ or similiar for sake of processing but now with .Net having all the same basic system underneath can more intense network programs be created with VB .Net?

I have seen "Network Programming for Microsoft® Windows®” as an interesting book for Visual Basic but would it be outdated already when using VB.Net instead of ver 6?

Code, websites, books, anything that can help learning how to us VB .Net with network programming would be great.

Thanks.

John K.

Craig Gemmill
April 11th, 2002, 02:51 PM
First of I would say that learning the old way of doing it is not really all that outdated. While alot of code has changed in .Net, alot of the concepts involved have remained the same. So learning the old way may give you a very good start. Right now its kind of hard to find .Net resources on the net but microsoft has put together a good .net website. www.gotdotnet.com


good luck