Norm.NET in Mongo Db

NoRM is a .Net library for connecting to the document-oriented database, MongoDB.


NoRM provides:
  • 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

It would also be useful to read what we have on the wiki.
  • The NoRM.dll can connect to MongoDB, this is the workhorse of NoRM, and all you really need to get started.
  • The NoRM.Tests.dll are nunit tests for NoRM, we are much more likely to accept patches that have corresponding tests.

For More Information Pls Guys Visit the below link
http://normproject.org/