Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Last active January 26, 2017 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IEvangelist/2bd8a3938f2269151d995262c8265d0e to your computer and use it in GitHub Desktop.
Save IEvangelist/2bd8a3938f2269151d995262c8265d0e to your computer and use it in GitHub Desktop.
Azure DocumentDb -- the nano-ORM

Azure DocumentDb -- the nano-ORM

At its root, software is the movement and manipulation of data. It is not always obvious how to store that data. This can be a daunting decision. Understanding the data is vital. SQL Server is usually the correct tool for the job, but that is not always true.

Ask yourself: is the data relational? If the data is not relational, a NoSQL option is a better choice. Let me be your guide as we descend into the realm of Azure DocumentDb. In this talk, we'll explore its ease-of-use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment