How to call an async method from a synchronous one, without deadlockingAug 11, 2023 Learn async threading surviving-winformsWriting async code whenever possible is great, but how do we do it when we’re stuck with legacy (and very synchronous) code?
Using Async, Await, and Task to keep the WinForms UI responsiveJun 7, 2021 Learn threading surviving-winforms csharp-5 csharp asyncUsing the async/await pattern in WinForms is an easy win, helping prevent one of the most annoying user experiences - a frozen UI.