Are there any "dark" frameworks or libraries for .Net?

I want to start dark launches and performance upgrades on our production site (ASP.Net Webforms / MVC). Are there any existing libraries or frameworks for .Net that help with this, or do I just need to collapse my own?

Clarification:

I want to create a function and push it to production if users do not see it, and then can enable or disable this function for a specific user, user group, client, etc.

EDIT

For this, there are libraries / frameworks in other languages.

Examples:

I am going to start building one, but I want to make sure that I am not reinventing the wheel.

My question is: are there any similar libraries for frameworks for .Net?

+4
source share
1 answer

It seems that the term to search for is not โ€œdark startโ€, but โ€œflipperโ€. I found several libraries that do this in .Net:

+3
source

All Articles