atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Wed Jun 30, 2010 4:47 pm Post subject: |
|
|
There's no reason to use someone elses framework to get basic networking implemented. Flyte pointed out the main two namespaces used with Tcp networking in .NET which you can implement and use very easily yourself without bloating your application with a useless framework for one thing.
There is also UdpClient if you wish to use a Udp connection.
Overall just read the Sockets information on the MSDN and look for examples using them inside of applications. There are plenty of examples on the net with networking in .NET that require no extra frameworks.
_________________
- Retired. |
|