|
|
|
Welcome to Networking section of C# Corner. In this section, you will find various Networking related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
How to use Genetic Algorithm for Traveling Salesman Problem
by
Yuan Wang
on
Jan 02, 2007
TSP is a famous math problem: Given a number of cities and the costs of traveling
from any city to any other city, what is the cheapest round-trip route that visits
each city exactly once and then returns to the starting city? We use the Genetic Algorithm to solve the TSP problem as a C# programing example .
|
WinChat For .NET
by
Patrick Lam
on
Aug 30, 2006
WinChat For .NET is a simple peer-to-peer chatting program that functions very similarly to the WinChat program provided by Windows 2000. It provides all the functionalities that the original WinChat program provides.
|
C# IRC Bot
by
Pasihavia Havia
on
Dec 28, 2005
This is a very simple program that establishes a connection to irc server, joins a channel and greets every nick that joins.
|
Remoting in .NET
by
Manisha Mehta
on
Dec 28, 2005
.NET Remoting provides a way for application in different machines/domains to communicate with each other.
|
.NET Remoting: The Simple Approach
by
Shripad Kulkarni
on
Dec 27, 2005
.NET Remoting provides a powerful and high performance way of working with remote objects. Architecturally, .NET Remote objects are a perfect fit for accessing resources across the network without the overhead posed by SOAP based Web services.
|
Socket Programming
by
Neelam Iyer
on
Dec 27, 2005
This is a simple Client/Server program showing the communication taking place between the client and the server.
|
TCP/IPLib Sample
by
John Schofield
on
Dec 27, 2005
This compopnent contains both a TCP/IP server and client. TcpIpClient inherits from System.Net.Sockets.TCPClient and is very straight forward. After construction, specifying the host and port, a network connection is established by calling Connect(). Internally, upon a successful connection, the client receives a TcpIpPacket, which contains a unique cookie that is used in any subsequent transactions.
|
TCP Client and Server
by
S Thangaraju
on
Dec 27, 2005
You need to compile the server and the client programs separately. Before compiling, change the IP address in both programs to match that of your machine (NOTE: You can get IP address of your machine if you run 'ipconfig' from the command prompt in Windows NT/2000 m/c's)
|
Socket Chat
by
Bill Farley
on
Dec 27, 2005
This is an implementation of a Chat program using sockets. Along with basic chat capability,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
A Programmer's Introduction to C# 2.0, Third Edition is a critical update to the highly successful second edition. It is written by a member of the original C# language-design team and a C# program manager, so you can be certain this book contains the expertise you're looking for.
|
|
Browse more books here»
|
|
|
|
|