Strategy Pattern in .NET Core API
A comprehensive guide to the Strategy pattern in C#, with static compile-time and dynamic runtime injection variations for algorithm selection.
Manikandan
8 min read
Practical tutorials and production-ready guidance focused on clean architecture and real-world cloud delivery.
Dot NET Dot NET Core C# API Azure AWS Database Angular Performance Tuning Performance Testing A comprehensive guide to the Strategy pattern in C#, with static compile-time and dynamic runtime injection variations for algorithm selection.
A practical ASP.NET Core rate-limiting guide with architecture review, policy examples, and UML diagrams for Fixed Window, Sliding Window, Token Bucket, Concurrency Limiter, and Leaky Bucket.
A practical guide to reducing GitHub Copilot token spend after usage-based billing, including 10 immediate tactics, billing mechanics, and a lean workflow checklist.
Store multiple roles in one SQL Server column using bitwise flags, then read and manage them cleanly in .NET Core and Angular.