.net-core
https://riptutorial.com/Download/dot-net-core.pdfdotnet new console -o This command creates two files: •HelloWorld.csprojdescribes the project dependencies, settings, and Target Framework Program.cswhich defines the source code for the main entry point and the console emitting of "Hello World". • If the dotnet newcommand fails, make sure you have installed .NET Core properly. Open the
.NET Tutorials | Microsoft Docs
docs.microsoft.com › en-us › dotnetSep 15, 2021 · The following tutorials show how to develop console apps and libraries for .NET Core, .NET 5, and later versions. For other types of applications, see Tutorials for getting started with .NET. Use Visual Studio Create a console app Debug an app Publish an app Create a class library Unit test a class library Install and use a package