Blog Posts — .NET MAUI, GitHub Copilot & AI Development
2018
Reduce network traffic with HTTP conditional requests
·6 mins
On mobile, the amount of network traffic counts. In this post I will show you conditional HTTP requests. With this concept you can reduce network traffic.
Network Resilience For Your App With Polly
·7 mins
On a mobile device, your network connection might not alaways be stable. Instead of relying on the user to retry, implement your own mechanisms with Polly.
Sending Push Notifications from a Azure Function
·10 mins
An Azure Function can be used for many things, including sending push notifications to your mobile app. In this post, I will show you how to do it.
Custom Fonts with Xamarin.Forms Revisited
·6 mins
Learn how to use custom fonts in your Xamarin.Forms app. This enables you to implement your customized styling or icon font for instance.
Testing NuGet packages locally
·4 mins
While writing reusable code, it might be benificial to be able to test your NuGet packages locally. In this post we learn how to do that on Mac and Windows
Loading a page (or anything!) from a XAML string in Xamarin.Forms
·3 mins
Want to load controls or entire pages from a XAML string in Xamarin.Forms? You can! And in this post you will see how to do just that.
Implement grouping in the Xamarin.Forms ListView
·3 mins
Want to learn how to implement grouping in the Xamarin.Forms ListView control? You’ve come to the right place. This post shows you how to implement it.