Tutorials on .NET Windows Network Programming With Working C#, VB .NET and C++/CLI .NET Code Examples
Based on the legacy system developed in the computer world, many networking program examples are in C codes that include the UNIX/Linux Socket. For Windows platform, before the .NET, network programming is based on the
Winsock/Winsock2 that uses the C codes (standard C + Microsoft extension for C). The Winsock2 codes contains the Win32 API. Winsock is still there, 'wrapped by'...
1 comment posted.
#1
ankaraju
869 days, 41 minutes ago said:
Very use full for Network programing