Skip to content

ibrahimuludag/feature-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

How to Use Microsoft Feature Management

Feature management is a modern software-development practice that decouples feature release from code deployment and enables quick changes to feature availability on demand. It uses a technique called feature flags (also known as feature toggles, feature switches, and so on) to dynamically administer a feature's lifecycle.

This is a sample application about using Microsoft Feature Management

List of Features in the application

  • Feature examples
  • Inconsistency in IFeatureManager
  • Consistency in IFeatureManagerSnapshot
  • Random Feature Filter
  • Parameters in Feature Filters
  • Percentage Feature
  • TimeWindow Feature
  • Filters.AddForFeature
  • Integrate Azure App Configuration

About

How to use Microsoft Feature Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published