SampleCRM is a OpenSilver / Open RIA Services Business Application Template Demo Application. This application is a guidance how to implement RIA Domain Services, CRUD Operations over SQLite database along with XAML UI.
To test it, you need to run simultaneously the .Server project and the .Browser project
This app is a fork of OpenSilver SampleCRM app which has been updated to 1. work out of the box and 2. use latest version of OpenRiaServices with AspNetCore and EFCore This app was inspired by the InventorySample app: https://github.com/microsoft/InventorySample (Note: the implementation is very different because it uses RIA Services)