Feature Flags in .NET and How I Use Them for A/B Testing
The ability to conditionally turn features on or off in your application without redeploying the code is a powerful tool.
It lets you quickly iterate on new features and frequently integrate your changes with the main branch.
You can use feature flag...
milanjovanovic.hashnode.dev6 min read