Tag Archives: NoRM

On Sequences with MongoDB and NoRM

One of the first things I noticed when I started to move some code from NHibernate/SQL Server to NoRM/MongoDB is that ObjectIds look funny in MVC URLs. In other words: http://codevoyeur.com/articles/show/bd342503dbbd3c94e1010000 vs. http://codevoyeur.com/articles/show/10 NoRM’s overloaded operators let ObjectIds and strings … Continue reading

Tagged , | 5 Comments

On Relational Against the Machine

While out for a run this past weekend, Rage Against the Machine’s “Township Rebellion” got a turn on my Shuffle. As I was listening, a line caught my attention – “Lord, I wish I could be peaceful. But there can … Continue reading

Tagged , | 2 Comments

On Running NerdDinner on MongoDB with NoRM – Part I

As part of a presentation I’ll be giving at the Hartford Code Camp this Saturday, I’ve started to work through the task of converting NerdDinner to run on MongoDB using the NoRM driver. This is the first in a short … Continue reading

Tagged , , | 5 Comments

On A NoRM-MongoDB Repository Base Class

A Code Voyeur article demonstrating how to create an extensible repository base class using NoRM and MongoDB. http://www.codevoyeur.com/Articles/20/A-NoRM-MongoDB-Repository-Base-Class.aspx

Tagged , , | Leave a comment