GLGabriel Le Rouxingabrielleroux.hashnode.dev·6d ago · 6 min readI Replaced Every Polling Hangfire Job With RabbitMQ (And What I'd Warn You About)Hangfire is one of those libraries that makes you look smart for almost no effort. Drop in a NuGet package, point it at the database you already have, get a dashboard for free. For a single .NET servi00
NDNAS Digitalinnasdigital.hashnode.dev·6d ago · 5 min readThere's a Second, Worse Semantic Kernel CVE, and It's Part of a PatternI wrote about CVE-2026-25592, the CVSS 10 prompt injection bug in Microsoft's Semantic Kernel that let a malicious prompt reach code execution. At the time I treated it as a single, severe, but isolat10
ANAref Nozarpourinarefnp.hashnode.dev·Jun 18 · 5 min readStrongly-Typed Redis Caching in ASP.NET CoreIf you've added Redis to an ASP.NET Core app, you've probably met IDistributedCache. It does the job, but it only speaks in byte[] and string keys. So every read or write turns into the same little ri00
NDNAS Digitalinnasdigital.hashnode.dev·Jun 12 · 8 min readYour Semantic Kernel Agent Has a CVSS 10.0 Vulnerability — And the Patch Doesn't Fully Fix ItOn 7 May 2026, Microsoft disclosed two critical vulnerabilities in Semantic Kernel, the official .NET framework used to build AI agents and LLM-powered applications. One was assigned a CVSS score of 100
DHDevni Heraliyawalainblog.devni.dev·Jun 10 · 8 min readIn 2026, Being a .NET Developer Is Not EnoughFor many years, being a good .NET developer meant being able to build web applications, write APIs, work with SQL Server, fix bugs, and deliver business features reliably. Those skills still matter. I00
GKGopinath Karunanithiinfreecodecamp.org·May 20 · 13 min readHow to Migrate from ASP.NET Framework to ASP.NET CoreMigrating to ASP.NET Core is a strategic upgrade that improves performance, scalability, and cross-platform support. Instead of a risky full rewrite, you can use an incremental approach, refactor for 60
QPQuang Phaninquangphan.hashnode.dev·May 14 · 4 min readWhat is Cipher Suites?When a client makes a web or API request to a server, modern security standards require the use of TLS (Transport Layer Security) — a cryptographic protocol that provides confidentiality, integrity, a00
JCJuan Carlos Aviles Lazcanoinonegarlos.hashnode.dev·Apr 30 · 9 min readExpressions in .NET: From "Hello World" to "Matrix Architect"Have you ever stared at a line of code and wondered: "Is this data, or is this an instruction?" If the answer is "yes," congratulations—you've had a software existential crisis. In .NET, Expressions a00
AMAhsan Mehmoodiniamahsanmehmood.hashnode.dev·Apr 27 · 19 min readI Built the First Deterministic Urdu Compound Word Detector — Here's Why It Took a Full Library to Get ThereUrdu is spoken by over 230 million people. It is the national language of Pakistan, one of the 22 scheduled languages of India, and the lingua franca of a diaspora spanning three continents. And yet, 00
PKPatrick Kearnsindotnetdigest.com·Apr 19 · 11 min readHow Features Should Talk to Each Other Inside the Same Module of a Modular MonolithA lot of confusion around modular monoliths comes from mixing up two different questions. One question is how one module should talk to another module. The other is how one feature should talk to anot00