You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam d2b72a19c9 Implemented DictionaryGenericSerializer. 15 years ago
Bson Implemented DictionaryGenericSerializer. 15 years ago
BsonUnitTests Implemented DictionaryGenericSerializer. 15 years ago
Driver Added low level RunCommand method to MongoConnection to encapsulate repeated logic. Implemented verification of replica set name in ReplicaSetConnector. 15 years ago
DriverOnlineTests Fixed CSHARP-98. GetActualType needs to be a little more precise about where the reader is sitting when it is called. 15 years ago
DriverSetup BUMP v0.7.0.3959 (again). Added release notes to setup and moved obsolete tutorial documents to Obsolete folder (new tutorial is online). 15 years ago
DriverUnitTests The AdminCredentials, DefaultCredentials, SafeMode and SlaveOk properties of MongoServer are now read only (this is important because otherwise threads sharing a MongoServer instance could experience unexpected behavior). Admin commands now have an overload with an adminCredentials parameter. 15 years ago
dependencies/NUnit Removed DriverSetup from the Visual Studio 2008 solution because it only builds in Visual Studio 2010 now (not sure why? upgade not backward compatible?). Added lib directory to dependencies/NUnit to hold the minimal set of files needed to compile the solution, so now you don't need to install NUnit just to do a build (you will have to install it to actually run the unit tests, unless you use a different test runner). 15 years ago
docs BUMP v0.7.0.3959 (again). Added release notes to setup and moved obsolete tutorial documents to Obsolete folder (new tutorial is online). 15 years ago
packages And this time added the release notes to the zip file too (details, details...). 15 years ago
.gitattributes Removed DriverSetup from the Visual Studio 2008 solution because it only builds in Visual Studio 2010 now (not sure why? upgade not backward compatible?). Added lib directory to dependencies/NUnit to hold the minimal set of files needed to compile the solution, so now you don't need to install NUnit just to do a build (you will have to install it to actually run the unit tests, unless you use a different test runner). 15 years ago
.gitignore Added initial version of DriverOnlineTests project. These tests differ from the tests in DriverUnitTests because they connect to localhost to test against a live database. 15 years ago
BreakingChanges.txt Added README.md. 15 years ago
CSharpDriver-2008.sln Removed DriverSetup from the Visual Studio 2008 solution because it only builds in Visual Studio 2010 now (not sure why? upgade not backward compatible?). Added lib directory to dependencies/NUnit to hold the minimal set of files needed to compile the solution, so now you don't need to install NUnit just to do a build (you will have to install it to actually run the unit tests, unless you use a different test runner). 15 years ago
CSharpDriver-2008.vssettings Added solution files for Visual Studio 2008 and 2010 (they share the same set of project files). 15 years ago
CSharpDriver-2010.sln Added solution files for Visual Studio 2008 and 2010 (they share the same set of project files). 15 years ago
CSharpDriver-2010.vssettings Added solution files for Visual Studio 2008 and 2010 (they share the same set of project files). 15 years ago
License.rtf Renamed MongoDB.BsonLibrary namespace to MongoDB.Bson and MongoDB.CSharpDriver to MongoDB.Driver (Library was redundant and VB users might not want to see CSharp in the namespace). Renamed Bson static class BsonConstants (because it a class can't have the same name as the namespace it is in). 15 years ago
License.txt Renamed MongoDB.BsonLibrary namespace to MongoDB.Bson and MongoDB.CSharpDriver to MongoDB.Driver (Library was redundant and VB users might not want to see CSharp in the namespace). Renamed Bson static class BsonConstants (because it a class can't have the same name as the namespace it is in). 15 years ago
README.md Added new contributors to README. 15 years ago
Release Notes v0.7.txt BUMP 0.7.0.3959. 15 years ago

README.md

MongoDB C# Driver

driver home: http://github.com/mongodb/mongo-csharp-driver

mongodb home: http://www.mongodb.org/

apidoc: http://api.mongodb.org/csharp/ (coming soon)

Questions and Bug Reports

Change Log

http://jira.mongodb.org/browse/CSHARP

see also: BreakingChanges.txt

Maintainers:

Contributors: