clean-architecture-azure-cosmos-db icon indicating copy to clipboard operation
clean-architecture-azure-cosmos-db copied to clipboard

A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemen...

Results 4 clean-architecture-azure-cosmos-db issues
Sort by recently updated
recently updated
newest added

I hope you can help me with a general query. The WebAPI works fine for me but I can't get the CleanArchitectureCosmosDB.AzureFunctions to work - either running it locally in...

Hi, thank you for this great starter repository and for the series of blog articles! I'm still finding my way how to best structure a DDD/CQRS project and your content...

I see Clean Architecture is an important part of this repository. I'm figuring out how to best approach that and what to put where. I see an application layer? version...