Session

A deep-dive into the Cosmos DB repository-pattern .NET SDK

with David Pine

A code-heavy presentation introducing the Cosmos DB repository-pattern .NET SDK from the author of the library. In this presentation, David Pine of Microsoft, will demonstrate the inner-workings of the repository-pattern .NET SDK that wraps the official Azure Cosmos DB .NET SDK, simplifying the consumption of the service offering.
 
The SDK boasts:
 
- Configuration to optimize bandwidth
- Optional container per item type
- Bulk execution
- Async APIs
- Advanced partitioning strategy
- Simple & elegant IRepository interface