Jyotiprakash Mishrablog.jyotiprakash.org·Dec 24, 2023Pros use Conditional CompilationLet's explore conditional compilation in C with detailed examples, including the use of #ifdef, #ifndef, #else, #endif, and #undef. We'll also incorporate bash scripting and environment variables to demonstrate dynamic control over compilation. Examp...C Programmingifdef
Julian Ewers-Petersewerspej.hashnode.dev·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...1 like·2.2K readsMulti-Targeting in .NET MAUIconditional-compilation