dotnet command line interface (cli) cheat sheet
An alternative for using Visual Studio, developers can use the dotnet cli commands to execution any development task.
An alternative for using Visual Studio, developers can use the dotnet cli commands to execution any development task.
A useful but overlooked (well, at least for me) feature from C# 7 called local function. it is fairly useful for long methods that might requires some self-contained code blocks.