Follow this tutorial to download .NET Core SDK and start the programming today.
To download .NET SDK: https://dot.net
CLI command cheatsheet:
dotnet --info
dotnet --version
dotnet new
dotnet new globaljson
dotnet new gitignore
dotnet new console
dotnet build
dotnet run
For more videos like this:
💡Subscribe: https://www.youtube.com/c/CodewithSaa...
Chapters
00:00 Intro
00:37 Download .NET Core SDK
01:41 LTS vs Current
02:43 SDK vs Runtime
03:27 CLI: dotnet --info
04:54 CLI: dotnet --version
05:32 CLI: dotnet new
06:21 CLI: dotnet new globaljson, pick the SDK version for the project
07:29 CLI: dotnet new gitignore
07:59 Create .NET Core project with `dotnet new`
08:24 `dontet new console`, `dotnet build`, `dotnet run`
08:54 Use CLI commands in VS Code terminal
09:09 Thinking about learning .NET and using Visual Studio
Thanks for watching!