블로그 이미지
Sunny's

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

Notice

'nosql'에 해당되는 글 1

  1. 2011.05.19 NOSQL mongodb
2011. 5. 19. 18:31 .NET Framework


C# Driver

The MongoDB C# Driver is the 10gen-supported C# driver for MongoDB.

There have been several other C# drivers developed by the community in the past. This is the official C# Driver supported by 10gen. It is similar in many ways to the various drivers that came before it, but it is not a direct replacement for any of them. Most people have found it easy to convert to using the official C# Driver, but you should expect to have to make some changes. Version 1.0 of the official C# driver does not yet support LINQ, so if LINQ is important to you then you might choose to wait a bit before switching to the official C# driver.

Download

The C# Driver is hosted at github.com. Instructions for downloading the source code are at: Download Instructions

You can also download binary builds in either .msi or .zip formats from:
http://github.com/mongodb/mongo-csharp-driver/downloads.

Build

The current version of the C# Driver has been built and tested using

  • Visual Studio 2010
  • Visual Studio 2008

posted by Sunny's
prev 1 next