I’m looking for examples on how to do SignalR MVVM in C#. I don’t know how to receive SignalR messages in a ViewModel.
Basically, I have developed several single page C# UWP apps with SignalR ASP.NET Core all without using the MVVM pattern. I am now designing a new app using WinUI 3 desktop—though I may go back to UWP because the new WinUI 3 is a bit challenging and I don’t have a lot of time. Either way, the new app will have multiple xaml pages, so I would like to use MVVM. The app will receive server messages that will fill a WinUI control DataGrid.