Technical
Web Development
Get started with MongoDB in windows with .NET

Administrator - 05 September 2012 - 12min
Administrator - 05 September 2012 - 12min
Now, let’s take a look at the available drivers in C# .Net for MongoDB. The official driver can be downloaded from https://github.com/mongodb/mongo-csharp-driver/downloads and its details are at http://www.mongodb.org/display/DOCS/CSharp+Language+Center. You can also get drivers with fluent interface on top of this official driver from https://github.com/craiggwilson/fluent-mongo. I found another driver-NoRM at https://github.com/atheken/NoRM which uses C# classes. MongoVUE is the IDE available for windows.Sample Application:
db.GetCollection().Save(emp);
}
}
}
Leave a Reply