Platform Specific Code using Partial Classes in .NET MAUI
When writing a cross platform app it is common to need some platform specific code. In Xamarin.Forms we use DependencyService, in .NET MAUI we can use a similar dependency injection technique or take advantage of MAUI's multi-targeting and partial cl...
blog.taranissoftware.com9 min read