Avoid updating WinUI3 elements directly from worker thread. March 21, 2025 Should use data to represent the state of the system, then let the view part of the program display that data. Joe’s March 21 stand…
.NET Multi-platform Investigation Ends Without Prejudice | Morning Stand Up Apr 5 April 5, 2025 I investigated .NET MAUI long enough yesterday to verify that it’s too much hassle at this time. The project framework — keeping all the code…
Need to Fix Sync Between Process Events and User Interface | Morning Stand Up Apr 7 April 7, 2025 I recorded the material for this video yesterday. As I was getting ready to put my voice over it, I noticed that not all of…
Model-View-ViewModel (MVVM) Toolkit from Microsoft Community June 16, 2023 The MVVM pattern helps cleanly separate an application’s business and presentation logic from its user interface (UI). Maintaining a clean separation between application logic and…