Is it possible to specify fields while doing a FindAndModify, so only one field is returned? Also, is it possible to do an upsert, to create the object if it doesn\'t exist.
Lets say we have the following document structure: class BlogPost { [MongoIdentifier] public Guid Id{get;set;}
I’m developing an application with a model similar to Stack Overflow (question / answer etc...) Modelling a NoSQL Forum Application with C# / ASP.net MVC
I\'m a new Mongo user (haven\'t gotten used to the name even... makes me laugh every time), and I have this problem (feeling mongo).
I have been struggling a little with the HiLoIdGenerator that comes with NoRM (http://normproject.org/); I want to use it to generate a unique identifier that I can use as a SLUG for my blog posts. At
I have two projects which are based on mongodb database. One project use csharp-mongodb and another - norm driver.
I\'m currently developing a Forum (Question / Answer) based application. Using C# ASP.net MVC and MongoDB for data storage.
Testing out NoRM https://github.com/atheken/NoRM from F# and trying to find a nice way to use it. Here is the basic C#:
I\'m new to this whole NOSQL stuff and have recently been intrigued with mongoDB.I\'m crea开发者_StackOverflow社区ting a new website from scratch and decided to go with MONGODB/NORM (for C#) as my onl
I have a model similar to this: (simplified) Question: public class Question { public string QuestionID { get; set; }