Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.06 KB

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 :-)

Support

Questions, comments, or features give me a buzz @rskopecek

Issues: Submit an issue

Getting Started

Install from NuGet:

PM> Install-Package AzureDataEaseOfUse -Pre

Add AppSetting

<add key ="DefaultStorageConnectionString" value ="DefaultEndpointsProtocol=https;AccountName=[name];AccountKey=[key];"/>