This repo acts as backing material for the OnDotNET show talking about cool and new features using the .NET Cosmos DB SDK.
During episode 1, we'll cover:
- Take advantage of the Fluent builders to create your
CosmosClient
instances and define your Cosmos containers. - Learn how to customize the serialization process by the options in the built-in serializer or introduce your own custom serializer implementation.
- Use the Stream APIs in your middleware applications to optimize throughput and follow best practices by leveraging NET Core Dependency Injection. Watch the recording! 👇
During episode 2, we'll cover:
- Learn to consume the Change Feed and create reactive applications that listen to changes in Cosmos containers.
- Use the Transactional Batch to create groups of operations that need to either succeed or fail as a single transaction. For more information about Transactional Batch, check our devblog.
- Leverage the Bulk support to optimize throughput for mass ingestion operations. For more information about Bulk, check our devblog.
Watch the recording! 👇