Julian Ewers-Petersblog.ewers-peters.de·Nov 16, 2022Multi-Targeting in .NET MAUI - Part 2Intro Welcome to Part 2 of my mini-series about Multi-Targeting in .NET MAUI! In Part 1, I have explored and demonstrated the built-in functionality of the default .NET MAUI single-project approach providing platform-specific implementations inside t...Discuss·4 likes·3.7K readsMulti-Targeting in .NET MAUI#dotnet-maui
Julian Ewers-Petersblog.ewers-peters.de·Nov 8, 2022Multi-Targeting in .NET MAUI - Part 1Intro I am a huge fan of the Dependency Inversion Principle (DIP). I apply it via Dependency Injection (DI) and Inversion of Control (IoC) a lot in my projects, because I like developing loosely coupled, well structured software components that are e...Discuss·1 like·2.1K readsMulti-Targeting in .NET MAUIconditional-compilation