Skip to main content

Microsoft .NET Core SDK

.NET Core Logo: https://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/.NET_Core_Logo.svg/512px-.NET_Core_Logo.svg.png

>>> November 8th, 2022: .NET 7 is Available Today

dotnet --version : Print .NET version
dotnet --list-sdks: List installed .NET SDK
dotnet --list-runtimes: List installed .NET runtimes
dotnet --help : Get help
dotnet new --list : List all templates
dotnet new console -o HelloWorld : Create HelloWorld console app
dotnet new winforms -o WinForms : Create a Windows Forms app
dotnet new gitignore : Create .gitignore file
dotnet run
dotnet watch
PS C:\Users\tuyen> winget install Microsoft.DotNet.SDK.8
...
PS C:\Users\tuyen> dotnet --list-sdks
3.1.201 [C:\Program Files\dotnet\sdk]
5.0.100 [C:\Program Files\dotnet\sdk]
6.0.417 [C:\Program Files\dotnet\sdk]
7.0.103 [C:\Program Files\dotnet\sdk]
8.0.100 [C:\Program Files\dotnet\sdk]
PS C:\Users\tuyen> winget install Microsoft.DotNet.SDK.7
Found Microsoft .NET SDK 7.0 [Microsoft.DotNet.SDK.7] Version 7.0.100
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://dotnetcli.azureedge.net/dotnet/Sdk/7.0.100/dotnet-sdk-7.0.100-win-x64.exe
  ███████████▎                    75.0 MB /  198 MB
Successfully verified installer hash
Starting package install...
Successfully installed  
PS C:\Users\tuyen> dotnet --list-sdks
6.0.403 [C:\Program Files\dotnet\sdk]
7.0.100 [C:\Program Files\dotnet\sdk]
PS C:\Users\tuyen>

Microsoft .NET Core courses

>>> Introducing .NET Core | LinkedIn Learning

>>> Introducing Desktop and .NET Core | LinkedIn Learning

Popular posts from this blog

Office 365: Alert Policies - Creation of forwarding/redirect rule

The default Creation of forwarding/redirect rule alert policy will be triggered when end-users create rule to forward or redirect mail

Hydra: Notes

Hydra v9.1 (c) 2020 by van Hauser/THC & David Maciejak - Please do not use in military or secret service organizations, or for illegal purposes (this is non-binding, these *** ignore laws and ethics anyway).

Free Software Foundation

Richard Stallman founded the Free Software Foundation in 1985 to support the free software movement, promoting the universal freedom to study, distribute, create and modify computer software.