Все публикации

Use implicit usings to reduce number of usings in C# 10

Use global using directives to avoid duplicates in C# 10

Use file-scoped namespaces to reduce nesting in C# 10

How to implement integration tests for API endpoints in ASP.NET Core

How to automatically generate unit-tests boilerplate in Visual Studio

How to implement structured logging in .NET using NLog provider

How to implement structured logging in .NET in 60 seconds

How to collect code coverage in .NET in 60 seconds

How to calculate code coverage in .NET and integrate into Azure DevOps