logoalt Hacker News

vjvjvjvjghvtoday at 12:20 AM1 replyview on HN

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


Replies

taberiandtoday at 3:16 AM

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