Dot-Net

如何使用 .net 程式語言從 NOSQL 開始?

  • January 13, 2013

剛剛在閱讀這篇文章http://highscalability.com/blog/2010/3/23/digg-4000-performance-increase-by-sorting-in-php-rather-than.html

發現這篇不錯的文章http:// /wiki.apache.org/cassandra/DataModel

我只是想知道作為 .net 開發人員如何處理 NOSQL 以及諸如 cassandra 之類的東西。

我發現 cassandra 是 apache 產品,微軟世界有這樣的東西嗎?或了解如何使用 .net 處理 cassandra 的文章?

另一個連結可能有用:http ://www.slideshare.net/jhammerb/data-presentations-cassandra-sigmod

有一個LINQ Provider for MongoDB(另一個 NoSQL DB)——還沒有任何經驗。Provider 只是用於訪問 MongoDB 的完整 .NET 庫的一部分。

有關 .NET 中 NoSQL 解決方案的良好列表,請參閱此問題的答案:

.NET 有哪些 NoSQL 解決方案?

引用自:https://stackoverflow.com/questions/2504591