Retrieve documents without Metadata properties in Azure CosmosDB

One of the interesting queries that i got from my colleague is that how to get rid of the metadata properties when retrieving documents from Cosmosdb. It seemed like a very reasonable expectation to have the option with the document “GET” API call to be able to retrieve exactly what he created using the document… Read More Retrieve documents without Metadata properties in Azure CosmosDB

Wear out the features of Azure CosmosDB with AspNetCore application

Azure CosmosDB (Azure Cosmos DB – Globally Distributed Database Service (formerly DocumentDB) | Microsoft Azure) is a super set of the service once known as “Azure Document Db”. In short: “Azure CosmosDB ” = “Azure Document Db” + new data types + new APIs. You can try CosmosDB  for free on Azure or you can setup the CosmosDB on your local… Read More Wear out the features of Azure CosmosDB with AspNetCore application