Hacker News new | ask | show | jobs
by piskov 122 days ago
You can have it as short as you want. For example check this minimal API

https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-...

But if you want it to be mockable, concerns-separated and what have you, you’ll end up with at least 3-5 files. But it ain’t got nothing to do with either C# or .NET in general.