Recent Posts

Using Reactive UI in your .NET MAUI app

One of my favourite MVVM framework libraries for C# is Reactive UI. But is it ready for prime time when developing a .NET MAUI app? Spoiler: It is. So let’s ...

.NET MAUI Device Runner Unit Tests

Automated tests can be a great timesaver when developing any kind of application. Some pieces of code can be harder to test automatically since they require ...

Writing Unit Tests for your .NET MAUI app

Writing mobile apps usually brings along its fair share of application logic run on the device. When writing code, it is paramount to test it. How else will ...

EF Core - Creating queries with lists

When writing queries towards the database at some point the need arises to filter out all items that are within a collection. For example let’s say we have a...

Creating a countdown button for .NET MAUI

Maybe it is old age or just a lack of attention, but I have felt a lot less flexible over the past, so I did what every app developer would do. Go to the app...