MNSRemoteAB 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MNSRemoteAB --version 1.0.0
NuGet\Install-Package MNSRemoteAB -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MNSRemoteAB" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MNSRemoteAB --version 1.0.0
#r "nuget: MNSRemoteAB, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MNSRemoteAB as a Cake Addin
#addin nuget:?package=MNSRemoteAB&version=1.0.0

// Install MNSRemoteAB as a Cake Tool
#tool nuget:?package=MNSRemoteAB&version=1.0.0

The A/B Testing frameworks out there give most of the responsibility to the app: they assume the app is going to know all the possible values that you are going to want to test for a specific feature. This is incredibly restrictive, since it will force you to update your app to try new values. This project encourages you to forget about the backend, giving your more control.

       For example, if you were to A/B test some text on some part of your app, traditional A/B test frameworks would tell the app to choose option A, or option B. This way, the app must know before hand what those strings are. With MNSRemoteAB, you would put the string inside the configuration, so you can change them at any point.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 1,792 4/10/2014
1.0.0 1,180 3/31/2014

First full release