Microsoft Feature Management Quirks (and How to Survive Them) Posted June 27, 2026 Tagged: feature flags .NET Microsoft feature management pitfalls Microsoft.FeatureManagement works well, but there are a few gotchas that can waste hours if you don’t know they exist.
Implementing Feature Management in .NET: The Lazy Way Posted May 30, 2026 Tagged: feature flags .NET Microsoft feature management implementation Why reinvent the wheel? Here’s how to use Microsoft’s Feature Management library in .NET — minimal effort, maximum snark.