NET
8 articles in this category
AI NewsSoftware Development.NET
Munchausen Dev Log: Build() Stops Lying — Compiler Achieves Single-Pass, Recursion-Safe Plan Validation in C#
Munchausen's Build() method now returns an immutable plan with all errors collected at once, replacing NotImplementedException with five stable diagnostic codes (LIE001-LIE005).
Read more
AI NewsSoftware Architecture.NET
C# Architecture Mastery — Event-Driven Architecture in .NET (Clean Boundaries with Messaging) (Part 12)
This article details how to leverage Event-Driven Architecture (EDA) to reinforce Clean Architecture boundaries in .NET, emphasizing the importance of proper event design.
Read more