What is the best realization of GridFS C# driver? What is your experience?

Update:

When i say "best" - i mean stability.

Thank you!!!

link|improve this question

75% accept rate
1  
When you say best realization, what exactly do you mean? Ease of use, performance, feature support? – Justin Jenkins Nov 30 '10 at 1:41
@Justin thank you! I mean no leaking memory, minimum bugs, nice connection-exception handling etc. As i found samus driver sometimes blocks connections to MongoDB if something was wrong while adding new file, so i need to restart database. But maybe driver is ok and i made very fast tests. – Edward83 Nov 30 '10 at 1:50
feedback

2 Answers

up vote 3 down vote accepted

I am using official mongodb driver and it work perfect for me.

If you want you can check how to save and read back file using official c# driver.

link|improve this answer
thank you for the link! – Edward83 Feb 23 '11 at 21:05
@Howard: just fyi: i am currently using gridfs in one my project i really like how it work, in additional in latest mongovue was added better gridfs support. – Andrew Orsich Feb 23 '11 at 21:14
feedback

I am using the official driver and it seems to work well.

I tried using the mongodb-csharp driver from Sam Corder but never could get GridFS to work properly (though, it is a great driver for LINQ style queries, etc).

link|improve this answer
thank you) – Edward83 Feb 23 '11 at 22:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.