Console applications with Spectre.Console

Learn an easy way to develop CLI applications

Use System.CommandLine to write .NET global tools. Copy-paste-driven development with copy-paster.

Learn how to create a .NET tool.

A developer guide to automated testing with Postman. Run postman collections inside Docker via newman CLI.

See a practical example of how to organize automated postman collection execution.

Rapid Microservices Development in .NET. An introduction.

Learn how to speed up microservices development process by using set of predefined templates and practices.

What's new in .NET 6 and C# 10. Everything you wanted to know.

See how you can set up your reproducible development environment based on devcontainers without extra hustle.

Try out .NET 6 inside your own development environment built with devcontainers, docker, and vscode

See how you can set up your reproducible development environment based on devcontainers without extra hustle.

An opinionated look at Minimal API in .NET 6

In this blog post I share my thoughts on how to organize Minimal API project to keep code structure under control and still get benefits from low-ceremony approach.