How Do You create a .net application with no UI. How would I go about doing this? I don't want it to be a console application. The best choice would seem to be a winform application that never calls application.run.
The goal of the app is to be run and do a simple task. say check a server for an update or copy files. Nothing long running where a windows service would be necessary.