1
.NET Framework / Re: C# networking
« on: December 08, 2014, 05:29:21 am »
Hows it going. I can't say any good books pop into my mind, but the .NET source reference is where I learnt to write "fast"/"stable" managed TCP clients/servers. The comments can be educational. This is the managed wrapper for WinSock. Stay away from tcplistener/client it has a lot of magic/bloat code, make your own wrapper. Sorry I've got nothing on C# malware.