What is the best/cleanest way to implement A-B testing in asp.net mvc?

前端 未结 6 1798
轮回少年
轮回少年 2021-01-30 22:16

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 wit

6条回答
  •  醉梦人生
    2021-01-30 23:05

    Check out FairlyCertain (http://www.fairtutor.com/fairlycertain/) when you get a chance. It's a .NET A/B library that you can pretty much just drop into your project and start writing tests.

    Unlike the Javascript libraries from Google and VisualWebsiteOptimizer, everything happens on the server so you don't suffer any performance, user experience or SEO issues. I've been using it in my stuff for a while now and it works quite well.

提交回复
热议问题