Fork me on GitHub

flipit by timscott

A feature flipper for .NET

FlipIt is a feature flipper. It provides a simple and flexible way to flip features in a .NET application. Use FlipIt to conditionally turn features OFF and ON using custom logic per feature. Change behavior over time without touching the production code where features are implemented.

Authors

Tim Scott

Contact

Tim Scott

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/timscott/flipit

Flipit uses CodeBetter for continuous integration