Azure Cognitive Services is a cloud service that provides a plethora of AI-powered functionality. One of these is the Face…
If you’ve ever used MVVM with .NET, you’ve definitely written the boilerplate code for observable properties many times. This can…
Biometric authentication has become an increasingly integral part of mobile apps to ensure that the user is the rightful owner…
A while back I published a post on how to create a Xamarin.Forms app to control your Philips Hue lights.…
This is the final post in my series of replicating the UI for the Foodora app using .NET MAUI. In…
In my previous post, I replicated the UI for the second page of the Foodora app, where they list the…
In my previous post, I started on replicating the UI of the Foodora app using .NET MAUI. In this post…
In this series I figured I would test out .NET MAUI’s capabilities by replicating a UI for an existing application.…
In this post I’ll be showing you how to use app actions in your .NET MAUI app. App actions are…
Previously in Xamarin.Forms, having an image work as a button could be a bit tedious. Maybe you would use a…