Question

I'm looking at using the MongoDB-CSharp driver for MongoDB on a small test project. The downloads have binary and source, but I can't find any documentation anywhere.

Does anyone know if there's documentation for MongoDB-CSharp, or should I just be reading the source??

Thanks

Was it helpful?

Solution

I've been looking at the source :-). I found the Linq Integration Tests in the typedcollections branch to be a good start:

http://github.com/samus/mongodb-csharp/blob/typedcollections/source/MongoDB.Tests/IntegrationTests/Linq/MongoQueryTests.cs

Craig's wiki is good too, but I only found that last weekend.

You may want to give the typedcollections branch a look rather than the downloads because that's were all the recent development has been going on.

OTHER TIPS

MongoDB-CSharp is about to release a beta. With it comes some wiki documentation. You can check out the pre-release docs at http://wiki.github.com/craiggwilson/mongodb-csharp/. Can you tell me what other types of information would be useful?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top