Tagged Questions
9
votes
4answers
970 views
What is the best/cleanest way to implement A-B testing in asp.net mvc?
What is the best and cleanest way to implement A-B testing in asp.net mvc? That is, when we make new changes to an asp.net mvc web site, we want to test the new html/css/js with a certain subset of ...
2
votes
4answers
109 views
Unity IOC Recursion - A use for interceptors?
So, I'm trying to solve a problem that I'm sure someone else has already encountered. Basically, I want the call to my IoC container to recursively resolve the dependencies, but also potentially ...