PKPatrick Kearnsindotnetdigest.com·2d ago · 15 min readMastering FrozenDictionary in .NET 10FrozenDictionary<TKey, TValue> is built for a very specific workload, create a lookup table rarely, then read from it repeatedly. It spends more time during construction so that the resulting data str30
JJNBridgeinjnbridge.hashnode.dev·1d ago · 4 min readJavonet vs JNBridgeProIf you are comparing Javonet vs JNBridgePro, the real question is not which tool has more bullets on a feature page. It is which programming model your team will live with after the proof of concept i00
AJAlen Joyinpragmaticstack.in·2d ago · 17 min readThe User Stopped Reading at Token Two: Streaming Chat on .NET🗓️ Last updated: August 2026 It is 23:47 on a Thursday. A senior platform engineer types why is the warehouse webhook 502-ing into the internal copilot built on top of a .NET 10 + Microsoft Agent Fra42TS
AAreYouSeriousinarcadem.hashnode.dev·2d ago · 2 min readMy biggest dotnet project: Game Engine with its Own Scripting Language and IDEGitHub repo (first of all, i want to say that I made this project for fun and challenge. I always wanted to create my own language. This has no business goal or something.) So the project is a 2D game00
SWShuoxin Wangintrtc.hashnode.dev·2d ago · 13 min readStream the Preview, Commit the Message: A Reliable Architecture for AI-Assisted ChatA streaming assistant creates an uncomfortable engineering tension: users expect words to appear immediately, but a social chat system must preserve coherent history, moderation decisions, consent, re00
PKPatrick Kearnsindotnetdigest.com·5d ago · 15 min readDesigning a Plugin Architecture in .NET 10A plugin architecture allows a .NET application to acquire new capabilities without adding every implementation to the host application. A pricing platform could load a separate rating plugin for mari52ET
JJNBridgeinjnbridge.hashnode.dev·4d ago · 9 min readIKVM vs JNBridgePro: Bytecode-to-IL Conversion or True Java/.NET Bridging?IKVM vs JNBridgePro: Bytecode-to-IL Conversion or True Java/.NET Bridging? If you are comparing IKVM vs JNBridgePro, the question is usually not whether you can make Java code callable from .NET. Both00
CSConverge Solutioninconvergesol.hashnode.dev·4d ago · 2 min readMulti-Tenant SaaS with .NET and Angular: Key Architecture DecisionsBuilding a multi-tenant SaaS application is more than adding a TenantID to your database. When multiple customers share one platform, the architecture needs to keep tenant data isolated while maintain00
CMChris Martinezincommon-sense-software.hashnode.dev·5d ago · 8 min readASP.NET API Versioning for gRPCASP.NET API Versioning and gRPC both recently celebrated a decade of use by developers everywhere. ASP.NET Core brought gRPC into the fold many years ago, but there has never been formal support for v02S
AJAlen Joyinpragmaticstack.in·4d ago · 16 min readTwenty Three Runs, One Restart, Zero Survivors: Hosting Long Running Agents🗓️ Last updated: August 2026 It is 09:14 on a Tuesday. A senior dev is staring at the Grafana panel for a brownfield .NET 10 worker service that runs an order investigation agent. The agent takes fo10