How drivers talk to MongoDB using the Wire Protocol - Part 2. Continue reading
MongoDB Drivers - Wire Protocol Part 1
How drivers talk to MongoDB using the Wire Protocol - Part 1. Continue reading
MongoDB Drivers - Bson
Bson is the document representation for MongoDB. Continue reading
MongoDB Drivers - Introduction
Series introduction on building a MongoDB Driver. Continue reading
Load Balancing Mongos
Care must be taken when putting a load balancer in front of a bunch of mongos. Continue reading
Speaking Tips
Preparation is the key to public speaking Continue reading
Ssl Client Certificates
For an SSL Client Certificate to get sent with SslStream, the PrivateKey member *must* be set. Continue reading
Disconnecting from MongoDB
Calling Disconnect in the MongoDB .NET Driver is probably the wrong decision. Continue reading
Trying Again
Attempting to get into the habit of blogging. Continue reading
Building an IoC Container - Cyclic Dependencies
Support for cyclic dependencies. Continue reading
Building an IoC Container - Refactoring
Refactoring the container. Continue reading
Building an IoC Container - Adding Lifetimes
How to add lifetimes to IoC registrations. Continue reading
Building an IoC Container - Resolving Abstractions
How to resolve abstractions. Continue reading
Building an IoC Container - Resolving Types with Unresolvable Dependencies
How to resolve types that are unresolvable. Continue reading
Building an IoC Container - Resolving Types with Dependencies
How to resolve types with dependencies. Continue reading
Building an IoC Container - Resolving Types without Dependencies
How to resolve types without any dependencies. Continue reading
Building an IoC Container - Intro
Series introduction to building an IoC container. Continue reading