RavenDB.Client
1.2.2031-Unstable
See the version list below for details.
dotnet add package RavenDB.Client --version 1.2.2031-Unstable
NuGet\Install-Package RavenDB.Client -Version 1.2.2031-Unstable
<PackageReference Include="RavenDB.Client" Version="1.2.2031-Unstable" />
paket add RavenDB.Client --version 1.2.2031-Unstable
#r "nuget: RavenDB.Client, 1.2.2031-Unstable"
// Install RavenDB.Client as a Cake Addin #addin nuget:?package=RavenDB.Client&version=1.2.2031-Unstable&prerelease // Install RavenDB.Client as a Cake Tool #tool nuget:?package=RavenDB.Client&version=1.2.2031-Unstable&prerelease
This package includes the client API of RavenDB. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems.
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. |
Silverlight | sl4 is compatible. sl5 is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on RavenDB.Client:
Package | Downloads |
---|---|
RavenDB.Database
Use this package if you want extend RavenDB. Don't use this package if you just want to work with existing RavenDB server, in order to so just use the client API which is in the RavenDB.Client package. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems. Note: If you encounter issue to install this package, please consult the following link: https://groups.google.com/forum/#!topic/ravendb/4TeMq7_7Esc |
|
RavenDB.Client.MvcIntegration
RavenDB Client MvcIntegration let you include a visual profiler in your ASP.NET MVC application which will show you all the opened sessions and the time took to complete each database request. This can help you when developing with RavenDB. |
|
RavenDB.Client.UniqueConstraints
RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number). |
GitHub repositories (40)
Showing the top 5 popular GitHub repositories that depend on RavenDB.Client:
Repository | Stars |
---|---|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|