News
1 day ago
A Cleaner Logging Pipeline: Serilog Filtering and Daily Reporting for .NET Apps
Most apps log too much noise and not enough signal. This guide shows how to configure Serilog in .NET 10 for clean, structured eve...
Nov 04, 2025
Entity Framework vs Dapper: Which ORM Should You Use for Your Next .NET Project?...
Object-Relational Mapping (ORM) bridges C# code and databases—but choosing the right tool matters. This article compares Entity Fr...
Oct 22, 2025
Tool Calling for Local AI Agents in C#
LM-Kit .NET SDK now supports tool calling for building AI agents in C#. Create on-device agents that discover, invoke, and chain t...
Oct 19, 2025
Fixing “Login Failed” Errors When Dockerizing Your .NET App
When you Dockerize a .NET app, special characters in passwords — especially the dollar sign ($) — can cause authentication to fail...
Aug 14, 2025
To Sp or Not To Sp
Code that looks harmless can often lead to negative consequences. Let's dive into how a simple data copy with Entity Framework Cor...
