Category: Architecture
All the articles with the category "Architecture".
-
Understanding IOptions<T> in .NET
Published:Master strongly-typed configuration in .NET with IOptions<T>, IOptionsSnapshot<T>, and IOptionsMonitor<T>. Learn validation, named options, reloadable config, and production best practices.
-
Dependency Injection: Lifetimes, Composition Root, Decorators, and Anti-Patterns
Published:Master Dependency Injection in .NET with comprehensive coverage of lifetimes, composition root patterns, decorators, and common anti-patterns to avoid.