By tag: Network
0
kicks
Integrated social networking in ASP.NET
This riff explores how to move all common social networking features of a web application, such as tagging and commenting, to a separate assembly to make them re-usable across all of your projects.
0
kicks
Socket Server with .NET 3.5 using pooled buffers and SocketAsyncEventA
Writing high performance socket servers using the socket enhancements in .NET 3.5, handling 15,000 socket connection with 1% CPU on a standard desktop PC.
0
kicks
Creating Network Aware Applications -- System.Net.NetworkInformation
A quick overview of some of the classes in the new System.Net.NetworkInfo namespace in .Net 2.0