.Net Core WebApi + Azure Cosmos DB
Hi fellows,
First of all, i would like to thank you all for reading my very first article.
Today i want to talk about this incredible NoSQL database, Azure Cosmos DB, which gives us high flexibility, allowing us to achieve performance and low latency.
So, what the heck is a NoSql DataBase?
Its a non-relational database, instead of keep your data with a structered predefined schema, you have a wide range of choises to pick out, such as key-value store, columnar database, document store or even a…