C# Socket Primer Tutorial

C# Socket Primer Tutorial

C# Socket Primer Tutorial

C# using Visual Studio on Windows is a great language to learn. If you like C# you may eventually like VB.Net, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be the code behind an ASP.Net website or web application.

C# and VB.Net have Visual Studio support for functionality to do with networking and the use of sockets, as described below at Wikipedia.

A network socket is an endpoint of an inter-process communication flow across a computer network. Today, most communication between computers is based on the Internet Protocol; therefore most network sockets are Internet sockets.

A socket API is an application programming interface (API), usually provided by the operating system, that allows application programs to control and use network sockets. Internet socket APIs are usually based on the Berkeley sockets standard.

A socket address is the combination of an IP address and a port number, much like one end of a telephone connection is the combination of a phone number and a particular extension. Based on this address, internet sockets deliver incoming data packets to the appropriate application process or thread.

Hope you enjoy the tutorial in which we create a socket for communications using the http protocol to a host of your choosing … we chose google.com … you will need to have your internet connection working and check that the firewall settings allow port 80 to communicate with a socket. In this tutorial we establish a socket and make a request and receive a response. In practice you would continue on with more sophistication.

Here is some downloadable C# programming source code which you might want to rename to Program.cs

The Socket Class tutorial was used and amended only slightly for this tutorial, so please start here on the path to further examination of this very interesting and fundamental area of network programming.

Link to Socket information from Wikipedia, from where the quote above came.

If this was interesting you may be interested in this too.

This entry was posted in eLearning, Networking, Tutorials, Visual Studio and tagged , , , , , , , . Bookmark the permalink.

2 Responses to C# Socket Primer Tutorial

  1. Zachary says:

    This is very fascinating, You are an overly professional blogger.
    I have joined your feed and look forward to in quest of more of your
    fantastic post. Additionally, I’ve shared your site in my social networks

    My web-site: cara cek nomor smartfren (Zachary)

Leave a Reply to Zachary Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>