Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

ridercz/BinaryStore

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

BinaryStore

.NET binary store abstraction over file system and Azure Blob Storage simplifies development of applications, that should run either in Windows Azure, or on premises.

How to install

The best way to install this library is using NuGet. There are three NuGet packages available:

  • Altairis.BinaryStore.Core is the core library without providers. Most likely you won't need to install it directly, as it's included as dependency for the other two packages.
  • Altairis.BinaryStore.FileSystem installs core library and file system provider.
  • Altairis.BinaryStore.WindowsAzure installs core library and Windows Azure Blob Storage provider.

License

This application is licensed under terms of MIT License.

About

Binary store abstraction over file system and Azure Blob Storage

Resources

License

Stars

Watchers

Forks

Packages

No packages published