51Degrees.mobi 3.1.11.1

dotnet add package 51Degrees.mobi --version 3.1.11.1
NuGet\Install-Package 51Degrees.mobi -Version 3.1.11.1
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="51Degrees.mobi" Version="3.1.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 51Degrees.mobi --version 3.1.11.1
#r "nuget: 51Degrees.mobi, 3.1.11.1"
#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 51Degrees.mobi as a Cake Addin
#addin nuget:?package=51Degrees.mobi&version=3.1.11.1

// Install 51Degrees.mobi as a Cake Tool
#tool nuget:?package=51Degrees.mobi&version=3.1.11.1

The fastest, most accurate tools. Deployed by millions.
     Request.Browser properties will be populated with data from 51Degrees Lite Device Data. Other features
     include automatic image optimisation, monitoring of network conditions and client side feature detection.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on 51Degrees.mobi:

Repository Stars
textadventures/quest
Create text adventure games
Version Downloads Last updated
3.1.11.1 3,087 3/20/2015
3.1.10.2 3,361 2/23/2015
3.1.9.3 4,757 1/8/2015

Important: Upgrading users of Enhanced Data need version 3.1 format data.
Device detection algorithm is over 100 times faster than version 2. Regular expressions and levenshtein distance calculations are no longer used.
The device detection algorithm performance is no longer limited by the number of device combinations contained in the dataset.
Two modes of operation are available:
 Memory – the detection data set is loaded into memory and there is no continuous connection to the source data file. Slower initialisation time but faster detection performance.
 Stream – relevant parts of the data set are loaded into memory when required and cached to improve performance. Rapid initialisation time but approximately 50% slower detection performance. This mode is used when operated in a web environment.
JPG and PNG format images can be optimised to improve performance.
Bandwidth and response times can be monitored to understand in real time the end users experience.
Feature detection is used to override properties in the data set to provide details such as iPhone model or the screen orientation. These values become available to the server from the 2nd request from the device onwards.
Multi-threading is no longer used within the matching algorithm.
When used in a web environment the detection results are stored within the session when available and are no longer cached separately.

-- Changes for 3.1.11.1 --
1.  Changed Evaluate method of Controller to include the 0 index character
to ensure Exact matches are returned for useragents that have nodes at the
0 index position. Reduces the number of times Nearest methods are used when
Exact should be used.