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.
Using FeatureFlags.app: Because You Deserve an Easy Life Posted June 5, 2026 Tagged: feature flags FeatureFlags.app .NET client library FeatureFlags.app makes remote flag management almost painless. Here’s how to use it without reading the source code.
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.