norm
MongoDb Norm serialization
I know this is subjective, but how good is the norm serializer, particularly related to serialization of complex objects that are cyclic. Essentially I have big chu开发者_如何学编程nk of deserialized[详细]
2023-04-08 04:05 分类:问答NoRM and Geospatial with Nested Collection
Hello I use NoRM for managing Mongo, but I am wondering if it is possible to apply and use 2d indexingwith it. I have followed the recommendations on this page http://groups.google.com/group/norm-mong[详细]
2023-04-03 02:01 分类:问答How can I compare 2 dates in a Where statement while using NoRM for MongoDB on C#?
I have a table in Mongo. O开发者_StackOverflow社区ne of the fields is a DateTime. I would like to be able to get all of the records that are only for a single day (i.e. 9/3/2011).[详细]
2023-04-02 10:54 分类:问答MongoDb NORM - Pagination and Total Documents
Using the MongoDb NORM driver, does anyone know whether it\'s possible to get the cursor to a \'queried\' collection similar to below, so that a \'page\' of documents can be retrieved as well as the t[详细]
2023-03-19 03:11 分类:问答NoSQL for Asp.Net my experience with NoRM and MongoDB
I develop in the last days a web page (http://www.srtbox.com/) for testing my architecture, more info here.开发者_开发百科With NoRM, MongoLab or MongoHQ for DB hosting. And I having a a lot of errors[详细]
2023-03-14 20:14 分类:问答How to perform a "decrement and delete when zero" with MongoDB
I have a document type in MongoDB (ErrorTypeOccurences) that simply has a Name and Count property. I increment/decrement the Count property every time an exception is logged (to be able to report on a[详细]
2023-02-20 15:02 分类:问答MongoDB, C# and NoRM + Denormalization
I am trying to use MongoDB, C# and NoRM to work on some sample projects, but at this point I\'m having a much harder time wrapping my head around the data model. With RDBMS\'s related data is no probl[详细]
2023-02-18 11:57 分类:问答How to calculate Euclidean length of a matrix without loops?
It seems like the answer to this should be simple, but I am stumped.I have a matrix of Nx3 matrix where there 1st 2nd and 3rd columns are the X Yand Z coordinates of the nth item.I want to calculate t[详细]
2023-02-17 23:55 分类:问答Selecting an embedded object using LINQ (from MongoDB)
I feel like this must be simple to do but can\'t get it done - any help would be greatly appreciated. I am relatively new to LINQ and MongoDB.[详细]
2023-02-14 23:12 分类:问答Mongo DB with NOrm vs SQL Server 2008 R2 with linqToSQL in ASP.NET MVC 3 [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-13 05:57 分类:问答