MAUI Show your support 🌈 in .NET MAUI Pride Month might come once a year, but showing support for diversity and inclusion can happen year-round. Here's how to add beautiful rainbow gradients to your .NET MAUI app's navigation and title bars - because sometimes the smallest gestures make the biggest impact.
C# / .NET Singleton snippet (PC/Mac) #XamarinMonth Code Snippets (or templates in the Visual Studio for Mac world) are ready-made snippets of code you can quickly insert into your code. Here is my snippet/template to implement a singleton.
C# / .NET Logging .NET apps using NLog Debugging messages, logs, can become very messy very quickly in development teams. I've decided to set up a sort of logging framework in my last team. Here is what I did.