.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.
The best way to install this library is using NuGet. There are three NuGet packages available:
Altairis.BinaryStore.Coreis 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.FileSysteminstalls core library and file system provider.Altairis.BinaryStore.WindowsAzureinstalls core library and Windows Azure Blob Storage provider.
This application is licensed under terms of MIT License.