dotnet format & Linting
Explains how to use the dotnet format tool for code formatting in .NET and peripheral knowledge about Linting (static analysis).
BenchmarkDotNet
Explains BenchmarkDotNet, the standard tool for performance measurement (micro-benchmarking) of .NET applications.
dotnet ef (EF Core Tools)
Explains dotnet ef, a CLI tool for managing Entity Framework Core migrations and database operations.
NuGet Package Management
Explains NuGet package management, nuget.config settings, and security measures in .NET development.
.NET Code Analysis (CA)
Overview of .NET Code Analysis, rule categories, configuration via .editorconfig, and best practices.