June 2, 2026 • .NET", "HttpClient", "Resilience", "Polly", "Circuit Breaker", "Retry", "Microservices
Stop hand-rolling retry loops. Learn how the Standard Resilience Handler in Microsoft.Extensions.Http.Resilience gives your HttpClient production-grade retries, timeouts, and circuit breakers with one line of code.
Read more ?
June 2, 2026 • .NET, C#, Async, Task, Await, Performance, Best Practices
Learn why async matters in .NET, how async/await and Task work, and when to use Task.WhenAll, Task.Run, cancellation, and non-blocking patterns in C# applications.
Read more ?
May 22, 2026 • dotnet, efcore, dapper, architecture, repository-pattern
An honest take on the Repository pattern in .NET 10. When to use it with EF Core, with Dapper, and what Microsoft Learn actually recommends — with practical C# examples.
Read more ?
March 31, 2026 • dotnet, design, immutability, architecture, csharp
Why mutating shared domain objects causes surprising bugs and how to implement non-destructive calculation patterns in .NET (with examples and best practices aligned to Microsoft Learn).
Read more ?
March 2, 2026 • dotnet, efcore, performance, bulk-operations, entity-framework-extensions
Discover Entity Framework Extensions and learn how to dramatically improve your EF Core performance with bulk operations. Replace SaveChanges with BulkSaveChanges and achieve up to 50x faster inserts, updates, and deletes.
Read more ?
January 28, 2026 • dotnet, authentication, jwt, security, aspnetcore
Master JWT tokens, Bearer authentication, and Identity Server in .NET 10. A quick 5-minute guide with flow diagrams and practical C# implementation examples.
Read more ?
January 12, 2026 • dotnet, aspnetcore, api, performance, compression
Learn how to implement response compression in ASP.NET Core APIs using GZip and Brotli. Understand when to use it, how to configure it properly, and how to exclude OpenAPI/Scalar endpoints.
Read more ?
December 18, 2025 • csharp, dotnet, software-architecture, clean-code, backend
Master the Law of Demeter (LoD) in modern C# and .NET to build maintainable, testable backend applications. Learn practical patterns to reduce coupling and avoid the 'train wreck' anti-pattern.
Read more ?
December 8, 2025 • dotnet, blazor, realtime, sse, http, performance
Learn how to implement lightweight real-time updates with Server-Sent Events (SSE) in .NET 10. Covers HTTP SSE endpoints, reconnection, backpressure, and Blazor integration with sample code.
Read more ?
December 3, 2025 • dotnet, json, performance, security, serialization, system-text-json
Discover the powerful new features in System.Text.Json for .NET 10: strict security presets, PipeReader support, duplicate property detection, and performance improvements. Learn why these features matter and how to use them in production.
Read more ?