News
Blockchain’s Bug Tax: The Neo and NBitcoin Mistakes a Linter Spotted
Static analysis with PVS-Studio flags real bugs in Neo and NBitcoin—null dereferences, bad format strings, operator precedence tra...
Blazor vs React: Why This .NET Architect Finally Picked a Side
Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of J...
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...
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...
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...
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...
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...
