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

VMware ESXi host loads ipmi_si_drv too long

Workaround: remove ipmi_si_drv esxcli software vib remove --dry-run --vibname ipmi-ipmi-si-drv esxcli software vib remove --vibname ipmi-ipmi-si-drv ~ # esxcli software vib remove --dry-run --vibname ipmi-ipmi-si-drv Removal Result    Message: Dryrun only, host not changed. The following installers will be applied: [BootBankInstaller]    Reboot Required: true    VIBs Installed:    VIBs Removed: VMware_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.550.0.0.1331820    VIBs Skipped: ~ # ~ # esxcli software vib remove --vibname ipmi-ipmi-si-drv Removal Result    Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.    Reboot Required: true    VIBs Installed:    VIBs Removed: VMware_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.550.0.0.1331820    VIBs Skipped: ~ #

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.