Intention: Less code developing against storage and caching
- Intended to be somewhat opinionated. (ex. Async by default)
- Codebase will often be newer than NuGet version (documentation follows NuGet version)
- Try to implement best practices
***Several updates to usage style are in process while trying to move projects towards v1
MIT Licensed. As with any code, use in your own good judgment and have fun :-)
Questions, comments, or features give me a buzz @rskopecek
Issues: Submit an issue
Install from NuGet:
PM> Install-Package AzureDataEaseOfUse -Pre
Add AppSetting
<add key ="DefaultStorageConnectionString" value ="DefaultEndpointsProtocol=https;AccountName=[name];AccountKey=[key];"/>