Creating an application that can run once, but then accept command line args from subsequent runs
Leveraging some less well known areas of the .NET Task framework to schedule tasks to execute on your own conditions.
How to implement a complicated multithreaded message passing scenario
Using a popular RTOS to enable easy multithreading on your IoT gadgets
This article explores a message passing mechanism for safe thread to thread communication
A Tiny Dynamic Home Webserver in .NET that runs on Core and DNF both (Take 2)
Take control of which thread your code gets executed on, and how it does
Diving into some of the core plumbing behind the Windows operating system
Take a page from .NET and enjoy an easy way to safely pass information between threads on an ESP32