How to Upgrade .NET CLI Templates

October 14, 2020

I saw an awesome tweet on Twitter today:

Turns out, if you've upgraded to .NET Core 3.0, there is a special command just for this! Head over to the .NET Core Docs and look for these two options at the bottom:

Checking for Updates

dotnet new --update-check

Checks if there are updates available for the template packs that are currently installed. Available since .NET Core 3.0 SDK.

Applying Updates

dotnet new --update-apply

Checks if there are updates available for the template packs that are currently installed and installs them. Available since .NET Core 3.0 SDK.

SignalR Mastery: Become a Pro in Real-Time Web Development

Join the thousands of developers who have already taken their first steps into building real-time web applications with SignalR.

The best SignalR Course I've ever watched ever. explaining all the details you need to know and even more about SignalR technology.
Exactly what I am looking for. Really appreciate the real world scenario. Thank you.
The author of the course really shows he knows what he is talking about. Very awesome!