AbTestMaster is a free split testing framework for ASP.NET MVC applications. It makes performing A/B testing extremely simple.
The easiest way to add ABTestMaster to your application is to install [Nuget Package] (https://www.nuget.org/packages/AbTestMaster/) via VIsual Studio. In Package Manager Console, type:
Install-Package AbTestMaster
Alternatively, right click on your MVC project, click on Manage Nuget Packages and search for AbTestMaster.
For full documentation, please look at [A/B Test Master] (http://diy.abtestmaster.com/docs/) website.
You can also download the sample project from the source code.