Skip to content

Blog

Insights into my everyday programming life and other interesting technical tidbits

Posts about: csharp, dotnet Clear filter

February 2026

Published on Feb 27, 2026 · approx. 9 min read

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

Published on Sep 22, 2025 · approx. 5 min read

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 →
Published on Sep 5, 2025 · approx. 5 min read

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 →