How can I use mongodb with linq for store large binary objects(files)?

Posted by Michael M. on Stack Overflow See other posts from Stack Overflow or by Michael M.
Published on 2010-04-27T10:40:43Z Indexed on 2010/04/27 10:43 UTC
Read the original article Hit count: 419

Filed under:
|
|
|

I know two most popular C# drivers for mongodb, this are mongodb-csharp and NoRM. Both of them have some problems. For example, with mongodb-csharp I can't use full functional linq and with NoRM I can't store large file in mongodb. In my project, I need to use linq with large objects (files).

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about mongodb-csharp