Skip to content

To demonstrate how to use featureswitcher to enable/disable features in a ASP.NET MVC application

Notifications You must be signed in to change notification settings

emardini/FeatureSwitcherDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FeatureSwitcherDemo

To demonstrate how to use featureswitcher to enable/disable features in a ASP.NET MVC application

  1. Add the packages featureswitcher and featureswitcher.configuration
  2. Add configuration entries in the web.config to control the toggle
  3. Add a class to hold the feature toggle => AboutMethod
  4. Add the code that uses the feature toggle => HomeController.About
  5. Add class to bootstrap the configuration => App_Start.FeaturesConfig
  6. Bootstrap the configuration => Global.asax => Application_Start => add FeauresConfig.Start()
  7. Test turning on/off the toggle

It is possible to improve the way we use the toggle implementing filters with attributes or handlers The toggle can also be applied in the site map

Tutorials http://slides.com/mexx/featureswitcher#/ http://www.javacodegeeks.com/2014/08/feature-toggles-feature-switches-or-feature-flags-vs-feature-branches.html http://www.slideshare.net/jug-berlin-brandenburg/feature-toggles-on-steroids https://github.com/mexx/FeatureSwitcher

About

To demonstrate how to use featureswitcher to enable/disable features in a ASP.NET MVC application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published