← Back
James Montemagno October 30, 2022 10m

.NET MAUI Code & Control Sharing Strategies

Summary

The video discusses how to share source code across .NET MAUI applications by creating a .NET MAUI class library that can package platform-specific implementations like a custom toaster interface. The presenter demonstrates creating a shared library project, moving platform-specific code into separate folders, and generating a NuGet package that can be referenced across different applications. The practical takeaway is that developers can now create reusable components and plugins with platform-specific capabilities that can be easily shared between .NET MAUI projects.

View original episode ↗