Loosly Coupled Database Class – example

I thought I would practice on creating a loosly coupled database model in .NET. Here is in my opinion, a good way to implement mongodb. Nothing else included than the connect part. This is what all our clients can do which is Connect and Disconnect. Seems reasonble enough. Then let’s make a client utulizing this …