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 (published 12/10)
  • Create a .NET Core Project Template (published 12/10)
  • Create a .NET Core Project Template for Visual Studio (published 12/18)
  • Add a Parameter to a .NET Core Project Template (published 12/18)
  • Troubleshooting .NET Core Project Templates (published 12/18)

Resources:

  • Template samples repo
  • ASP.NET Core project templates repo
  • Community templates