你的位置: 码友网首页 / 资讯源列表 / Handling type hierarchies in Cosmos DB (part 1)

关于[Handling type hierarchies in Cosmos DB (part 1)]的摘要:

Azure Cosmos DB is Microsoft’s NoSQL cloud database. In Cosmos DB, you store JSON documents in containers. This makes it very easy to model data, because you don’t need to split complex objects into multiple tables and use joins like in relational databases. You just serialize your full C# object graph to JSON and save it to the database. The Cosmos DB .NET SDK takes care of serializing your objects...

原文地址: https://thomaslevesque.com/2019/10/14/handling-type-hierarchies-in-cosmos-db-part1/

收录时间: 2019-10-15 浏览量: 1943 分类: .NET

| 0 收藏 | 0