Results 1 to 3 of 3

Thread: vb 2008 socket

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2013
    Posts
    4

    vb 2008 socket

    hi guys

    i want learn how to code( Network Programming in vb 2008)

    if guys plz can help me with a book about how to use vb 2008 socket



    thanksssssssssssssssssssssssssssssssssssss

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,988

    Re: vb 2008 socket

    I don't know of a good book for socket programming in .NET. The books I have seen tend to be super low level. They talk about the IP stack and other things that may be of interest, but are generally more basic than most people want to get.

    As a general rule, you don't use sockets all that much in .NET. Instead, you either use the TCPClient/TCPListener, or the UDPClient, though not so many people use UDP anymore. If you want to do network programming, looking into TCP is more likely to get you something rather than looking for something on sockets.
    My usual boring signature: Nothing

  3. #3
    New Member
    Join Date
    May 2013
    Posts
    14

    Re: vb 2008 socket

    Quote Originally Posted by Shaggy Hiker View Post
    As a general rule, you don't use sockets all that much in .NET. Instead, you either use the TCPClient/TCPListener, or the UDPClient, though not so many people use UDP anymore. If you want to do network programming, looking into TCP is more likely to get you something rather than looking for something on sockets.
    There's plenty of tutorials on youtube for example
    HTML Code:
    http://www.youtube.com/watch?v=VKsp-qK9Ojc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width