| 1. |
How Can I Develop Apps With Documentdb? |
|
Answer» Azure DocumentDB exposes resources through a REST API that can be called by any language CAPABLE of makingHTTP/HTTPS requests. Additionally, DocumentDB offers programming libraries for several POPULAR languages. These libraries simplify MANY aspects of working with Azure DocumentDB by handling details such as addresscaching, exception management, automatic RETRIES and so forth. Azure DocumentDB exposes resources through a REST API that can be called by any language capable of makingHTTP/HTTPS requests. Additionally, DocumentDB offers programming libraries for several popular languages. These libraries simplify many aspects of working with Azure DocumentDB by handling details such as addresscaching, exception management, automatic retries and so forth. |
|