Visual C# .NET » Networking

We have 6 Networking tutorials, you can see below:


Push and Run .NET Code on Remote Machine


Execute an assembly on a remote machine without any special hooks - works on existing assemblies!


Details    Read Tutorial    Views: 320    Rate: 0 (0 votes)    Feb 07 2007 - 06:29

Remoting with GUIs


This article illustrates how remoting is used in a GUI environment. It illustrates how a server can reflect what is happening to a remote object that it controls. The use of synchronous and asynchronous calls is also examined along with code design improvements.


Details    Read Tutorial    Views: 356    Rate: 0 (0 votes)    Feb 07 2007 - 06:27

Socket Programming in C# - Part 2


The second part in this series, revealing more practical alternatives to the basic blocking methods in .NET


Details    Read Tutorial    Views: 379    Rate: 0 (0 votes)    Jan 31 2007 - 13:27

Socket Programming in C# - Part 1


An introduction to socket programming in the context of the .NET framework, with a working client / server sample application.


Details    Read Tutorial    Views: 411    Rate: 0 (1 votes)    Jan 31 2007 - 13:26

How To Get IP Address Of A Machine


Tip on how to use DNS class and get IP address of a machine.


Details    Read Tutorial    Views: 409    Rate: 0 (1 votes)    Jan 31 2007 - 13:24

File transfers through networks and the Internet


This tutorial will teach you how to send and receive files from your local system to a server, either through a network or through the Internet, using C# and streaming connections. This tutorial is also helpful for learning the basics of networking using the .NET Framework.


Details    Read Tutorial    Views: 401    Rate: 5 (1 votes)    Jan 31 2007 - 13:23