Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

Azure Storage Simplified

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.