This repository complements the guide on integrating ConfigCat's feature management service with an ASP.NET Core 8 web API service and the Options<T>
pattern.
-
Download and install the .NET 8 SDK.
-
Check if the installation was successful with the following command:
dotnet --version
-
Edit the
appsettings.json
file and add your ConfigCat SDK Key. -
Navigate to the ConfigCat dashboard and create new feature flag with the name
myFeature
.
- Execute the following command to run the application and click the link printed to the terminal to launch the app in your browser:
dotnet watch
- Append
/api/feature
to the URL to see the status of the feature flag.
Useful links to technical resources.
-
Get started with .NET - learn how to create and run a "Hello World!" app with .NET.
ConfigCat also supports many other frameworks and languages. Check out the full list of supported SDKs here.
You can also explore other code samples for various languages, frameworks, and topics here in the ConfigCat labs on GitHub.
Keep up with ConfigCat on X, Facebook, LinkedIn, and GitHub.
Contributions are welcome!