How to Toggle Functionality in C# with Feature Flags
This tutorial shows you how to use feature flags in C# with ConfigCat and Okta.
How to Toggle Functionality in C# with Feature Flags
This tutorial shows you how to use feature flags in C# with ConfigCat and Okta.
OM
Very informative post. Noticed that you’re initializing ConfigCat client is the controller, does it mean it gets initialized per request? I have a similar use case (using Unlaunch .NET SDK https://github.com/unlaunch… ) and initialize it in the main method instead of in the controller.