Money
May 3, 2025 ยท View on GitHub
Money is an outcome logging application written as UAP (UWP) to target both desktop and mobile Windows devices.
Get it from Microsoft Store.

Also, we have an implementation using Blazor.

Blog posts
- Blazor and the booting screen.
- Blazor and complex component parameters.
- Blazor and page parameters.
- Blazor and network.
- Blazor and the magic of App.razor.
Running the Blazor version locally
The Blazor version is a typical SPA web app with backend api. So you need to run two projects Money.Api & Money.Blazor.Host. We typically do it from cmd/pwsh:
Api
cd .\src\Money.Api | dotnet watch
Blazor
cd .\src\Money.Blazor.Host | dotnet watch