top of page

Getting Started with Azure DocumentDB Programming

Updated: Jun 25, 2020

In my previous post in the series, I provided a short explanation on how to register your very first Azure DocumentDB account and play around in the Azure Portal.

If you haven’t read it yet, please read it first here

In this post, I’ll help you get started with the really interesting DocumentDB stuff, namely – programming with DocumentDB in Microsoft Visual Studio 2013

Programming with DocumentDB

DocumentDB has seamless integration with Microsoft Visual Studio 2013.

If you don’t have VS2013 yet, you can also download the free Visual Studio 2013 Express edition.

You will also need Azure SDK for .NET version 2.3 or higher, available through the Microsoft Web Platform Installer.

At this point you should have everything you need to watch and follow along with my video tutorial on getting started with your first Azure DocumentDB application (specifically in C#).

Have fun!


In the next post in the series, I’ll focus on programming to create and query the documents themselves.

More Resources & Tutorials

The Azure DocumentDB team provided an extensive collection of tutorials that span across every possible topic in DocumentDB. You can get there by clicking on the “Documentation” button when you’re in your DocumentDB account blade:


Or by visiting this URL directly:

 
 
 

1 Comment


xaver
Feb 18

My first attempt at building a small Azure DocumentDB project felt smooth until deployment variables introduced confusion. Instead of revisiting documentation repeatedly, I paused and explored https://ttec.pissedconsumer.com/customer-service.html to observe how structured enterprise support environments categorize technical requests. That perspective shifted how I approached debugging. Clear escalation pathways and defined communication channels matter just as much as API documentation. Programming success depends not only on code accuracy but on understanding the operational environment surrounding it.


Like

STAY IN TOUCH

Get New posts delivered straight to your inbox

Thank you for subscribing!

bottom of page