TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Norm.NET in Mongo Db
Shirsendu Nandi
May 14, 2011
9.8
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
In this blog, I will describe the usefulness of norm.net in mongo database.
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/
Norm.NET in MOngo Db
Next Recommended Reading
How to deserialize Bson Document in mongo db using c# driver