NoRM is a MongoDB driver for .Net
NoRM is a .Net library for connecting to the document-oriented database, MongoDB. Source code location: http://github.com/atheken/NoRM
Its feature includes:
- Strongly-typed interaction when querying and updating collections.
- Improved interface to send common MongoDB commands (creating indices, getting all the existing dbs and collections, etc.).
- Ultra-fast de/serialization of BSON to .Net CLR types and back.
- Fluent mappings to specify the property names and characteristics at runtime, rather than attributes.
- An optional fluent configuration for mapping types and properties to different names and collections in the DB.
- LINQ-to-Mongo
- NoRM will work under both Mono & .Net
comments powered by Disqus
Related Products
Mongodb-CSharp - C# driver to connect MongoDB
This is a driver to connect to MongoDB using .Net. It is written entirely in C# and has been tested and developed under both Windows and Mono 2.0 (Ubuntu 32-bit 9.04). Currently many features have been implemented with a few remaining. The api is very likely to change and be in flux for a while but is quickly settling down.