Skip to content

azure-contrib/AzureDataEaseOfUse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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];"/>

About

Less code developing against storage and caching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages