C# Code Rules
The C# Compiler’s name is Roslyn. Roslyn has a very large set of analyzers to check the quality of your code, but you must turn...
Read Article
Upgrade from .NET Framework to .NET 6
You’re probably here because your business has a legacy codebase, and you need to upgrade it. You’re not alone, and almost every business goes through...
Read Article
Publish Source Link NuGet Packages with Azure Pipelines
Source Link allows you to publish debuggable NuGet packages. Source Link adds debug symbols to compiled code that point back to your Git repository. That...
Read Article
How to Move Uno Platform Pages to a Multi-Targeting Library
You can move Uno Platform pages and other code into a multi-targeted library that you can reference from the Uno Platform head projects. This is...
Read Article
.NET - How to Sign an Assembly in Visual Studio 2019
Signing an assembly ensures that the consumer knows its origin and uniquely identifies the component. It makes the physical DLL file tamper-proof. This tutorial will...
Read Article