Skip to content
Luke Bakken edited this page Apr 3, 2015 · 10 revisions

Current Version

The Riak .NET Client is still in very active development. The authors are constantly updating the library in an effort to keep up to speed with the changes made in Riak as well as keeping our users happy. If you're keen to get your hands on it you have the following options:

  • Grab the source directly from our GitHub repository. (development | stable)
  • Install the Riak .NET Client NuGet package directly into your project via NuGet.
  • Download a release from GitHub. (releases)

If you're a user of Visual Studio the easiest option is to install the NuGet package. This can be done via the NuGet Package Management GUI, or from the Package Manager Console:

PM> Install-Package RiakClient

Sample Applications

Here are a few sample applications to get you started which can be found in the samples repository:

Clone this wiki locally