Every .NET project is based on a project template. Want to learn more about the ones that ship "in the box"? Want to learn how to create your own? In this multi-part series, ASP.NET PM Sayed Hashimi explores NET Core project templates and how to use them.
Episodes:
Create .NET Core Projects with the Command Line (published 12/10)
Use an Existing .NET Core Project Template (https://youtu.be/XRrBFXN02w8 published 12/10)
Create a .NET Core Project Template (https://youtu.be/GDNcxU0_OuE published 12/10)
Create a .NET Core Project Template for Visual Studio (https://youtu.be/2hpNFrY_faI published 12/18)
Add a Parameter to a .NET Core Project Template ( https://youtu.be/o4lE_wcdmFo published 12/18)
Troubleshooting .NET Core Project Templates (https://youtu.be/Sbk87OO73jQ published 12/18)
Resources:
Template samples repo (https://aka.ms/netcore-templates)
ASP.NET Core project templates repo (https://github.com/dotnet/aspnetcore/tree/v5.0.0/src/ProjectTemplates)
Community templates (https://dotnetnew.azurewebsites.net/)