Topic: #csharp

Published in 2025

Fixed Tenant Configuration Binding in .NET Using the Modern Options Pattern

Implementing multi-tenant configuration in .NET is most effective when global settings and...

148 views 1 reactions
0 comments

EF Core 10's ExecuteUpdateAsync: Finally, Delegates That Don't Hate Developers

The Problem: Expression Trees Were a Pain // EF Core 9's special kind of...

745 views 1 reactions
0 comments

Understanding C# ref and out Keywords: A Friendly Guide

In C#, ref and out let methods modify variables directly in the caller’s scope by passing them by...

155 views 0 reactions
0 comments