# Feature Flags

- [Feature Flags in C# / .NET](/feature-flags/feature-flags-in-c-.net.md)
- [Views](/feature-flags/feature-flags-in-c-.net/views.md)
- [Controllers & Actions](/feature-flags/feature-flags-in-c-.net/controllers-and-actions.md)
- [Dependency Injection](/feature-flags/feature-flags-in-c-.net/dependency-injection.md)
- [Routing](/feature-flags/feature-flags-in-c-.net/routing.md)
- [IFeatureManagerSnapshot](/feature-flags/feature-flags-in-c-.net/ifeaturemanagersnapshot.md)
- [Persistent Flags Across Requests](/feature-flags/feature-flags-in-c-.net/persistent-flags-across-requests.md)
- [Disabled Action Handling](/feature-flags/feature-flags-in-c-.net/disabled-action-handling.md)
- [State Change Handlers](/feature-flags/feature-flags-in-c-.net/state-change-handlers.md): In situations where we have a long running service or recurring task, we need to be able to stop and start them
- [Custom Context](/feature-flags/feature-flags-in-c-.net/custom-context.md): Providing a Context For Feature Evaluation
- [Snapshot Providers](/feature-flags/feature-flags-in-c-.net/snapshot-providers.md)
- [RavenDB](/feature-flags/feature-flags-in-c-.net/snapshot-providers/ravendb.md)
- [Entity Framework](/feature-flags/feature-flags-in-c-.net/snapshot-providers/entity-framework.md)
- [Debugging Endpoint](/feature-flags/feature-flags-in-c-.net/debugging-endpoint.md)
- [Serving Front-end Flags](/feature-flags/feature-flags-in-c-.net/serving-front-end-flags.md)
- [Undefined Features In Development](/feature-flags/feature-flags-in-c-.net/undefined-features-in-development.md)
- [Deployments and Version](/feature-flags/feature-flags-in-c-.net/deployments-and-version.md)
- [Feature Flags in Vue.js](/feature-flags/feature-flags-in-vue.js.md)
- [Feature Component](/feature-flags/feature-flags-in-vue.js/feature-component.md)
- [Directly Checking a Flag](/feature-flags/feature-flags-in-vue.js/directly-checking-a-flag.md)
- [Users and Rollouts](/feature-flags/feature-flags-in-vue.js/users-and-rollouts.md)
- [Flag Defaults](/feature-flags/feature-flags-in-vue.js/flag-defaults.md)
- [Feature Flags in JavaScript](/feature-flags/feature-flags-in-javascript.md)
- [Directly Checking a Flag](/feature-flags/feature-flags-in-javascript/directly-checking-a-flag.md)
- [Definition Refresh](/feature-flags/feature-flags-in-javascript/definition-refresh.md)
- [Users and Rollouts](/feature-flags/feature-flags-in-javascript/users-and-rollouts.md)
- [Flag Defaults](/feature-flags/feature-flags-in-javascript/flag-defaults.md)
- [Feature Flags in Flutter](/feature-flags/feature-flags-in-flutter.md)
- [Feature Widget](/feature-flags/feature-flags-in-flutter/feature-widget.md)
- [Directly Checking a Flag](/feature-flags/feature-flags-in-flutter/directly-checking-a-flag.md)
- [Users and Rollouts](/feature-flags/feature-flags-in-flutter/users-and-rollouts.md)
- [Flag Defaults](/feature-flags/feature-flags-in-flutter/flag-defaults.md)
- [Feature Flags in HTML/CSS](/feature-flags/feature-flags-in-html-css.md)
