Using .NET MAUI Community Toolkit
Installing the .NET MAUI Community ToolkitsThere are currently two Community Toolkits focused on .NET MAUI: CommunityToolkit.Maui A collection of
Installing the .NET MAUI Community ToolkitsThere are currently two Community Toolkits focused on .NET MAUI: CommunityToolkit.Maui A collection of
Quick Caveat I do recommend using System.Text.Json because it has better performance than Newtonsoft.Json, and the .NET team continues to improve its
Azure Functions recently released support for .NET 5. Let's take a look at how to upgrade our existing Azure Functions to use it!Why is it more
What is it? GitHubApiStatus is an open-source library, available on NuGet, to make it easy to understand and leverage the Rate Limits for all of
SQLite-NET has become the most popular database, especially amongst Xamarin developers, but it hasn't supported Immutable Objects, until now!If
BackgroundI was first alerted by @anaseeen on Twitter that my GitTrends app had substantial jitter when scrolling the CollectionView.I verified the
iOS Android I am so excited to announce GitTrends on Product Hunt today!
Azure Functions v3 was recently released on 09 December 2019 with support for .NET Core 3 and .NET Standard 2.1. Here's how to install the new
The most popular SQLite ORM for Xamarin is SQLite-net. Let's explore the most efficient way to use it in our apps!If you'd like to skip to the
Now that iOS 13 and Android Q support Dark Mode, we'll want our app's Splash Screen to be dark too. Let's explore how to create a Splash Screen that
Both Xamarin.Forms and Xamarin.Essentials recently increased their Xamarin.Android.Support dependency to v28.0.0.3, and it might cause a weird error
Both iOS 13 and Android Q now let the user enable Dark Mode for the operating system. Let's explore how to check if the user has enabled Dark Mode in
App Center is a great tool for building, testing, releasing and monitoring apps, but what if we want to use a preview version of .NET Core? Today,
Let's look at how to add the native search bar control into the Xamarin.Forms.NavigationPageBoth iOS and Android offer the capability to natively add
Let's explore how to schedule recurring builds in App Center using Azure Timer FunctionsToday, App Center Build offers a continuous integration