norm
How to store nested objects in different mongodb collection?
I need to store some objects of this classes: public class Category{ public ObjectId Id {get;set;} public string Name {get;set;}[详细]
2023-01-12 21:42 分类:问答Mongo one to many relation and update problems
I\'m implementing blog based on MongoDB. Let\'s look at first how Mongo guys recommend us to store blog post and 开发者_如何学JAVAits comments (http://www.mongodb.org/display/DOCS/Schema+Design):[详细]
2023-01-09 15:40 分类:问答I get this error that I don't understand why, using NoRM and Mongo in my MVC project
Cannot access a disposed object. Object name: \'System.Net.Sockets.TcpClient\'. I don\'t understand why it happen and how to deal with it. I use Ninject, my application is based on mvcstarter.codeple[详细]
2023-01-05 15:07 分类:问答How to pass ObjectId from MongoDB in MVC.net
I\'m starting a new project with Mongo, NoRM and MVC .Net. Before I 开发者_如何学编程was using FluentNHibernate so my IDs were integer, now my IDs are ObjectId. So when I have an Edit link my URL loo[详细]
2023-01-05 07:36 分类:问答How to specify to NOT map an object Property in MongoDB with NORM
I have a calculated property in my object that I don\'t want to save to the DB, is there a way I can specify that?[详细]
2023-01-04 10:35 分类:问答MongoDB Norm query nested objects
Does anyone ha开发者_如何学JAVAve a sample of how to query for nested/inner objects in MongoDB using NORM (C#)? For example, if a typical document in a collection looks like Order/OrderItems, how can[详细]
2022-12-31 17:13 分类:问答How to combine conditional operator in NoRM driver for MongoDB
In mongo native api it is possible to do following: db.collection.find({ \"field\" : { $gt: value1, $lt: value2 } }开发者_Python百科 );// value1 < field < value[详细]
2022-12-30 16:07 分类:问答MongoDB transactions?
Playing around with MongoDB and NoRM in .NET. Thing开发者_开发百科 that confused me - there are no transactions[详细]
2022-12-26 23:11 分类:问答Handling Files greater than 2 GB in MSVC6!
Normal file related functions like fseek, ftell etc in Windows MSVC6 can handle files only upto 2GB (As per开发者_StackOverflow中文版 my current understanding, Please correct me if I am wrong).[详细]
2022-12-17 07:09 分类:问答Exception: 'IValueConverter' type does not have a public TypeConverter class
I have just run into this exception on an IValueConverter I am implementing: IValueConverter type does not have a[详细]
2022-12-17 06:51 分类:问答