From MVC to Minimal APIs: Pragmatic Patterns in .NET 8
Exploring efficient APIs in .NET 8 with minimal code and clean boundaries.
Razor Pages vs. MVC vs. Blazor: Choosing the Right UI in 2025
A comparative look at popular .NET UI approaches and their trade‑offs.
Clean Architecture for Mid‑Size Teams: A .NET Backend Case Study
Practical lessons from structuring medium‑scale .NET projects cleanly.
Blazor SSR + Islands: Fast UX without Full SPA Complexity
Modern techniques to blend SSR performance with interactive Blazor features.
Swift + .NET: Sharing Domain Logic and APIs for iOS Apps
Leveraging common logic for backend and native Apple platforms using .NET and Swift.
Async Streams, Channels y Backpressure en C#
Handling asynchronous data pipelines efficiently using modern C# features.
Accesibilidad y Semántica: HTML y CSS sin frameworks
Building accessible layouts with clean, semantic HTML and pure CSS.
Observabilidad en .NET: OpenTelemetry de cero a útil
Instrumenting .NET applications to collect logs, traces, and metrics effectively.
Mejorando el rendimiento de EF Core: estrategias prácticas
Identifying and fixing performance bottlenecks in Entity Framework Core.
Concurrencia en C y C++: patrones seguros y pitfalls comunes
A look at threads, locks, and safety patterns in systems‑level programming.