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

Jobby v1.0.0 Released: A High-Performance .NET Background Jobs Library

Jobby v1.0.0 adds multi-queues, grouped sequential execution, and more flexible recurring jobs. Here is why I think it is a promising option in the .NET background jobs space.

April 11, 2026 · 4 min · makarchie

How to Use OpenRouter API in ASP.NET Core Web API

Step-by-step guide to integrating OpenRouter API into an ASP.NET Core Web API project using the official OpenAI NuGet package.

February 21, 2026 · 7 min · makarchie

C# Variables

Overview of variable declarations, types, using var keyword, and practical examples in C#.

April 16, 2025 · 1 min · makarchie