C# That Looks Like Go: Building a Web API Without a .csproj

I built a full layered CRUD web API as a single file-based C# app. No project files, no XML. The result publishes to a 30 MB native binary, feels a lot like shipping a Go service, and uncovers exactly one rough edge.

April 19, 2026 · 9 min · makarchie