Console Application

Console Application

.NET lets you build console applications (or command-line interface (CLI) applications). This section focuses on how to build them and how they are still relevant in this day and age. I’m still baffled by how many CLI’s are used in everyday situations like builds and automated scripts.

There are 3 articles tagged with Console Application.

.NET Console Application with injectable commands

Console applications are alive and kicking. Setting them up might be a bit hard. In this article I’ll explore how to create a .NET console application that provides commands using the new System.CommandLine package. This will provide arguments to command mapping out of the box. I’ll be showing how to combine it with dependency injection for even more power ⚡.

Read the article .NET Console Application with injectable commands
expand_less brightness_auto