Quantcast
Viewing all articles
Browse latest Browse all 4495

How to implement a feature toggle in C#

Feature toggling is a nice concept that facilitates trunk-based development. You can use feature toggles (also known as feature switches, feature flags, and feature flippers) to test a new feature in the main branch even before it is ready for release....

Viewing all articles
Browse latest Browse all 4495

Trending Articles