DotNetShoutout - Stories tagged with Mongo
4
Shouts

A NoRM-MongoDB Repository Base Class

published 1087 days, 11 hours, 10 minutes ago posted by http://jzablocki.myopenid.com/http://jzablocki.myopenid.com/ 1090 days, 8 hours, 55 minutes ago
Tuesday, June 01, 2010 10:41:04 AM GMT Saturday, May 29, 2010 12:55:44 PM GMT
When working with data access frameworks that map .NET types to underlying persistence stores, generics can be used to provide very simple but powerful infrastructure. NHibernate, for example, makes it easy to create a base class that provides full CRUD support for any mapped type. By inheriting from this base class, a DAO or repository is able to query and modify its data source with no additional code. This article will introduce a similar pattern for working with NoRM and MongoDB. (more)
category: Architecture | clicked: 4 | 3 comments | | source: www.codevoyeur.com
tags: Generics, Mongo, NoSQL
6
Shouts

Using Mongo With LINQ - Rob Conery

published 1175 days, 7 hours, 17 minutes ago posted by iftekharahmedamitiftekharahmedamit 1175 days, 22 hours, 12 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 11:38:33 PM GMT
Lately I’ve been working with Mongo, creating a C# driver with Karl Seguin and Andrew Theken (and James Avery and Jason Alexander) and today I checked in some optimizations that made me really stoked and I thought I would share... (more)
category: Architecture | clicked: 2 | comment | | source: blog.wekeroad.com
tags: C#, MongoDB, Mongo, Linq