tags:

views:

385

answers:

1

just was reading this article http://highscalability.com/blog/2010/3/23/digg-4000-performance-increase-by-sorting-in-php-rather-than.html
And found this nice article http://wiki.apache.org/cassandra/DataModel
I just want to know as a .net developer how to deal with NOSQL, and somethings like cassandra.

I found that cassandra is apache product, is there something like this in microsoft world? or articles to know how to deal with cassandra using .net?

another link may be useful: http://www.slideshare.net/jhammerb/data-presentations-cassandra-sigmod

+4  A: 

There is a LINQ Provider for MongoDB (another NoSQL DB) - haven't had any experience with it yet. The Provider is just a part of a complete .NET library for accessing MongoDB.

Marcel J.