.Net
How to run all tasks async on ui/main thread like NodeJS.
I want an app to run Asynchronous but not Parallel. Like NodeJS and its event loop. I have a simple app with a basic mostly TrayIcon UI that is mostly configured through configuration files. It’s Read more…