Computer Science Experimentation

Monday, December 31, 2012

MongoDB tests with F#

 
 This post reports several results related to testing MondoDB for Windows with F# and more specifically with F# interactive 
 
MongoDB for Windows is available for download from 10gen Inc. at  http://www.mongodb.org/downloads.   
 
The MongoDB server was started using mongod.exe at a command prompt window.  
 
The tests were performed using F# interactive inside Visual Studio Express 2012 for Web 
 
The documents uses MongoDB .NET driver supported by 10gen Inc. and documented at  http://www.mongodb.org/display/DOCS/CSharp+Language+Center. 
 
The tests were based on the C# examples at http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial. 

No comments:

Post a Comment