Remix.run Logo
vjvjvjvjghv 7 hours ago

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

taberiand 4 hours ago | parent [-]

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