dotnet-format in JetBrains Rider
In this post I describe how to setup dotnet format in JetBrains Rider.
In this post I describe how to setup dotnet format in JetBrains Rider.
dotnet-format - prettier (and eslint) for dotnet?
What took frontend development from a dark place into the light? Thousands of factors play a role, but I think one of the nicer ones are opinionated code for...
records are a new construct in C# 9. The idea comes from known working features from other languages. The promise of immutability and limiting “Spooky side e...
Workspace One Intelligent Hub is a commonly used app-distribution channel in enterprise environment. The Hub itself works well, and is a great tool for simpl...
Azure CLI is a good alternative to using Azure PowerShell. It is idempotent, and is a great fit for Continuos Integration scenarios. But in the process of ma...