ApplicationServer boilerplate once was a rather valuable addition to
Remoting SDK for .NET. The entire server application infrastructure became available literally via a single line of code:
public static void Main(string[] args) { new ApplicationServer("Server App Name").Run(args); } Out-of-the-box support for command-line,
GUI or Windows Service/Daemon run
Weiterlesen...