Microsoft has released Visual Studio 2010, which includes a new IDE, new language features and a new version of the .NET Framework. We’ve updated the current versions of our SocketTools .NET family of products to include assemblies that target version 4.0 of the .NET Framework. We also have some additional information about SocketTools compatibility with [...]
Archive for the '.NET Framework' Category
When people think of the Secure Shell (SSH) protocol, interactive terminal sessions and secure file transfers are typically what to come to mind. In addition to these common functions, SSH also supports securely executing a command on a remote host and returning the output of that command back to the local system. The SSH component [...]
The SocketTools 6.0 .NET Edition introduced the new InternetServer class that was designed to simplify the implementation of a TCP/IP server application. With only a few lines of code, you can create the framework for a multi-threaded server that is completely event driven. You only need to create event handlers and then write your server [...]
If you are working with the .NET Framework and need to incorporate file transfer or e-mail functionality in your software, the new File Transfer .NET and Internet Mail .NET components can enable you to add those features quickly and easily, with a minimum of coding and virtually no learning curve. These managed code classes are [...]