Use Azure Blob and Table Storage as the read store and data store in CQRS.NET. This version is targeted at .net 4.0 using WindowsAzure.Storage version 7.2.1
Use Azure Blob and Table Storage as the read store and data store in CQRS.NET. This version is targeted at .net 4.5 using WindowsAzure.Storage version 8.0.0
Abstract interface to implement any kind of basic storage services (e.g. Azure Blob Storage, Amazon S3, Google Cloud Storage, FileSystem (Local), Kvpbase).
It supports various storage providers and implements many advanced features. You can also write your own and extend it also extend existing...
More information
Azure blob storage implementation for the File Context Core package. It allows to use EntityFramework Core without a database, just using a file located in an Azure blob storage as database