EZSockets is a simplification and encapsulation of the sockets routines included in the .NET framework (currently using framework version 4.0). What EZSockets attempts to achieve is easy-to-implement, asynchronous, event-driven client/server communications. While Microsoft has made the sockets much more simple in the .NET framework, as opposed to the old WinSock calls, I found that it still lacked the polish that I wanted for my projects. So, this component is a birth of my own laziness and wanting create something to re-use myself. EZSockets is free to use and distribute. However, I would expect that if you are making money by using EZSockets in your project, it's only fair to toss some of that money my way, via the Donate button above. |