I set up some .NET services years ago. Since then it was just adding new stuff. If I was asked how to set up another service, I would have no idea how to do it
That's what `dotnet new webapi` (and all the other dotnet new templates) is for.
They don't even have a main() any more, it's great
That's what `dotnet new webapi` (and all the other dotnet new templates) is for.
They don't even have a main() any more, it's great