KeyValueStorage.Core
0.1.0
See the version list below for details.
dotnet add package KeyValueStorage.Core --version 0.1.0
NuGet\Install-Package KeyValueStorage.Core -Version 0.1.0
<PackageReference Include="KeyValueStorage.Core" Version="0.1.0" />
paket add KeyValueStorage.Core --version 0.1.0
#r "nuget: KeyValueStorage.Core, 0.1.0"
// Install KeyValueStorage.Core as a Cake Addin #addin nuget:?package=KeyValueStorage.Core&version=0.1.0 // Install KeyValueStorage.Core as a Cake Tool #tool nuget:?package=KeyValueStorage.Core&version=0.1.0
This is the core library for KVS. All other components depend on this.
Product | Versions 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. |
NuGet packages (7)
Showing the top 5 NuGet packages that depend on KeyValueStorage.Core:
Package | Downloads |
---|---|
KeyValueStorage.SqlServer
This is the SQL Server implementation of the key value storage abstraction. |
|
KeyValueStorage.FSText
This is the text to file implementation of the key value storage abstraction. It will allow you to work with your local file system as a key value store (such as couchbase) |
|
KeyValueStorage.Couchbase
This is the couchbase implementation of the key value storage abstraction. |
|
KeyValueStorage.Redis
This is the redis implementation of the key value storage abstraction. |
|
KeyValueStorage.Tools
This is a collection of tools which build on the KeyValueStorage abstraction allowing you to do more complex things such as recording relationships between objects, a drop in substitute for membership/role/profile providers among other things. |
GitHub repositories
This package is not used by any popular GitHub repositories.