Articles tagged cosmosdb
Use Azure Cosmos DB with Your ASP.NET App
![Use Azure Cosmos DB with Your ASP.NET App](/assets-jekyll/blog/featured/okta-dotnet-mouse-down-ae4b644d8a69404b69e32fd82f249b1f3139403c724a1eb8dcc49a35209be28c.jpg)
Cosmos DB is a planet-scale database capable of holding billions of records (“documents” using Cosmos jargon) without significant detriment to performance. In this article, you will learn how to use Azure Cosmos DB - a key-value store solution - your ASP.NET app instead of a relational database. To demonstrate their differences, check out a simple example query using both a relational database and Cosmos DB. When you query a relational database you get back a...