Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/azure.data.wrappers
Azure Storage Simplified
https://github.com/microsoft/azure.data.wrappers
azure azure-storage blob-storage blob-store cloud csharp dependancy-injection dotnet dotnetcore injection key-value king queue storage storage-queue table
Last synced: about 2 months ago
JSON representation
Azure Storage Simplified
- Host: GitHub
- URL: https://github.com/microsoft/azure.data.wrappers
- Owner: microsoft
- License: mit
- Archived: true
- Created: 2017-06-07T21:08:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T09:42:31.000Z (over 4 years ago)
- Last Synced: 2024-09-25T18:49:11.826Z (about 2 months ago)
- Topics: azure, azure-storage, blob-storage, blob-store, cloud, csharp, dependancy-injection, dotnet, dotnetcore, injection, key-value, king, queue, storage, storage-queue, table
- Language: C#
- Homepage: https://www.nuget.org/packages/Azure.Data.Wrappers
- Size: 846 KB
- Stars: 39
- Watchers: 2,022
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Nuget Publish Build
![NuGet Publish Build](https://azuredatawrappers.visualstudio.com/_apis/public/build/definitions/ec2cab4d-fd76-4acf-b43e-63adccf6988e/1/badge)# Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
# Azure Storage Simplified
- Queues/Blobs/Tables/File Shares
- Azure Storage Resources
- Dependancy Injection
- Mockable for testing
- Prefer async calls## Running Tests
- Make sure the Azure Storage Emulator is running
- execute the NUnit console runner against the test assembly# [NuGet](https://www.nuget.org/packages/Azure.Data.Wrappers)
```
PM> Install-Package Azure.Data.Wrappers
```# [Wiki](https://github.com/microsoft/Azure.Data.Wrappers/wiki)
View the wiki to learn how to use this.