Blog
Insights into my everyday programming life and other interesting technical tidbits
February 2026
From .NET 3.5 to Modern ASP.NET Core: A Structured Learning Path
The path from .NET 3.5 to modern ASP.NET Core: From async/await through Entity Framework Core to SignalR and Docker. A structured learning path in 7 phases.
Read More →September 2025
C# LINQ for Database Queries: Comparison with Doctrine DQL and Entity Framework Core
LINQ (Language Integrated Query) enables type-safe database queries directly in C#. Combined with Entity Framework Core, it's the Symfony Doctrine equivalent in the .NET world. This article shows parallels and differences.
Read More →ASP.NET Core Minimal APIs: REST APIs Without Controllers
ASP.NET Core Minimal APIs enable REST APIs with minimal boilerplate — no controllers, no attribute decoration. Ideal for microservices and for PHP developers exploring C#.
Read More →