Blog post: Azure Cosmos DB: DocumentDB API in Action
- Create DocumentDB database and collections
- CRUD operations using the DocumentDB API
- Create and consume JavaScript stored procedures, triggers and user defined functions
- Add attachments to JSON documents
- Generic Data DocumentDB repositories
- Use AutoMapper to map DocumentDB documents into application domain models
- Install Azure Cosmos DB Emulator.
- Clone the repository and build the solution to restore the required packages
- Start the emulator
- Run the application
- You can open the emulator's data explorer and check all components have been created successfully
Microsoft Web Application Development | |||