Xamarin "Deploying and Distributing Xamarin.Forms Applications" Problem Solver This blog post supports the sample code for the "Deploying and Distributing Xamarin.Forms Applications" course on Pluralsight.
Xamarin "Getting Started with Xamarin.Essentials in Xamarin.Forms" Problem Solver This blog post supports the sample code for the "Getting Started with Xamarin.Essentials in Xamarin.Forms" course on Pluralsight.
Visual Studio Creating a Visual Studio solution item template Recently I've been using the excellent Cake for Visual Studio extension. It makes working with Cake build scripts inside Visual Studio that much easier with task runner integration, item templates and (some) syntax
.NET-Standard How to bind all interfaces of a service using Microsoft's DependencyInjection framework While working on our new Xamarin mobile app we migrated parts of our code base from .NET Framework to .NET Standard. This meant we needed a new dependency injection container for .NET Standard
Xamarin How to debug internal NuGet packages in Xamarin At Smokeball we design our software using a service-oriented architecture which means our application projects tend to be no more than a shell that reference a bunch of internal NuGet packages.Different teams