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.