Save time with custom project templates
Whenever you create a new .NET project, whether you use Visual Studio’s or Rider’s UI or the CLI, you can choose from a few predefined templates for various use cases, like console, web or desktop apps or test projects. Those should be fine for most developers - even in microservice architectures if you size your microservice according to the two pizzas rule, you shouldn’t create them often, and even if you do, you should tailor the project to the particular microservice instead of using a cookiecutter approach....