Articles

20 min read
Building and Releasing a .NET MAUI App to App Store Using Azure DevOps YAML Pipelines
A step-by-step guide to signing, versioning, and publishing iOS builds to TestFlight using Azure DevOps YAML pipelines.

Ruslan Dudchenko

19 min read
ASP.NET Core API Security: Authentication Is Only the Beginning (.NET 9 Guide)
JWT authentication is only the first step. This guide shows how to design ASP.NET Core APIs where authorization, ownership checks, secrets…

Oleksii Sokol

15 min read
Building and Releasing a .NET MAUI App to Google Play Using Azure DevOps YAML Pipelines
A practical, step-by-step guide to building, signing, and deploying a .NET MAUI Android app to Google Play using Azure DevOps YAML…

Ruslan Dudchenko

10 min read
How to Implement Push Notifications for Android in MAUI Using Azure Notification Hubs
Introduction.

Andrii Kozmenchuk

5 min read
Native MapLibre (Mapbox) maps in MAUI Hybrid App
Use Maplibre in MAUI Blazor hybrid app. Step-by-step guide with example project and troubleshooting tips.

Ruslan Dudchenko

9 min read
Native MapLibre on .NET MAUI Hybrid (iOS): The Missing Piece We Had to Build Ourselves
How we integrated the native MapLibre iOS SDK into a MAUI Hybrid app and built the binding from scratch.

Ruslan Dudchenko

14 min read
Implementing Google OAuth in a .NET MAUI App Using an ASP.NET Backend
A practical guide to implementing Google authentication in a .NET MAUI mobile app using an ASP.NET API backend.

Oleksandr Hutsul

7 min read
Using npm Packages in Blazor Applications
A practical approach to integrating npm libraries into Blazor projects.

Ruslan Dudchenko

7 min read
Generating Code 128C Barcodes in Blazor: A Step-by-Step Guide
Introduction.

Ruslan Dudchenko

4 min read
Implementing Reliable Modals in Blazor
Discover a robust approach to handling modals in Blazor applications with our solution.

Ruslan Dudchenko

14 min read
Streaming Log Data Across Networks: Building a Real-Time Log Pipeline in .NET and Blazor
A deep dive into how we built a chunked NDJSON streaming pipeline that moves API logs from a remote client application, through a relay…
