Quantcast
Channel: Go4Expert
Viewing all articles
Browse latest Browse all 1987

Beginners Guide to Networking in C#

$
0
0
Most of the advanced .NET applications that you develop need to communicate with other applications. For instance, for downloading or uploading data to some remote server, networking is required. In order to send or receive email via SMTP or to send and receive webpages via an HTTP protocols, some sort of networking is integrated into an application. The .NET framework contains System.Net.* namespaces which provide networking functionalities.

The networking types that are available in...

Beginners Guide to Networking in C#

Viewing all articles
Browse latest Browse all 1987

Trending Articles