TNWikiSummit15 Day 2 Presentation: Azure DocumentDB
Finally! The so much awaited event arrived and I did my presentation on Azure DocumentDB. Below is a summary of how it went.
Link to official page: http://aka.ms/wikisummit2015
DocumentDB is the latest storage option added to Microsoft Azure.
It is a no-sql storage service that stores JSON documents natively and provides indexing capabilities along with other interesting features.
The presentation went through the basics of DocumentDB and went directly into demos of how to create a DocumentDB Account, how to query DocumentDB and how to use DocumentDB with ASP.NET MVC.
Presentation Summary
Create a DocumentDB Account
To create a DocumentDb account, go t the preview portal of MIcrosoft Azure (https://portal.azure.com/ ) and click on New > Data + Storage > DocumentDB
Steps to Query DocumentDB
TechNet Wiki Articles
The presentation was based on the following Wiki Articles:
a. Creating and Querying Microsoft Azure DocumentDB
http://social.technet.microsoft.com/wiki/contents/articles/29717.using-microsoft-azure-documentdb-in-an-asp-net-mvc-application.aspx
b. Using Microsoft Azure DocumentDB in an ASP.NET MVC Application
http://social.technet.microsoft.com/wiki/contents/articles/29717.using-microsoft-azure-documentdb-in-an-asp-net-mvc-application.aspx
Gallery Downloads
The code samples used in the demo are available in gallery at the links below:
a. Creating and Querying Microsoft Azure DocumentDB
https://gallery.technet.microsoft.com/Querying-Azure-DocumentDB-d12e7e39
b. Using Microsoft Azure DocumentDB in an ASP.NET MVC Application
https://gallery.technet.microsoft.com/Using-Azure-DocumentDB-in-738b277d
Powerpoint Presentation
The Powerpoint presentation is available in the Gallery at the link below:
https://gallery.technet.microsoft.com/TNWikiSummit15-Presentation-c528e4f4
Although there were not as many listeners as expected, participating in such an event and interacting with people sharing the same interest from around the world is really a great experience.
I look forward for more similar events in the future.
Chervine