[dba-Tech] Have you ever wanted to play with a NoSQL DB?

Jim Lawrence accessd at shaw.ca
Wed Apr 4 12:07:01 CDT 2012


If you have ever want to just play with a NoSQL DB or go much further, here
is a little example of how to get started:

http://www.simple-talk.com/dotnet/.net-framework/mongodb-basics-for-.net-by-
example/

In the linked blog, it describes MongoDB basics for .NET by example. You can
start off running both the server and client from a single computer or/and
expand the reduce set database across a network.

MongoDB can run on either Linux or Windows, server or workstation but the
example shown is running on a Windows7 station. The tutorial shows the
basics of how you would use your .Net application to connect to the MongoDB,
build "tables" and read and write data.

This might be a fun project for those who have wondered how a NoSQL DB works
and what it can do for you.

Jim 



More information about the dba-Tech mailing list