Software Developer
Captain Codeman
Who is Captain Codeman? Ok, so I may not be too good at hiding my not-too-secret identity ... and Ok, I admit too that I probably don't have any real super powers or a cape (can you just buy those?). I am a software developer though and thought I'd share some of the things I discover as I try to improve my own skills and abilities.
Posts by Captain Codeman
Event-sourcing benefit: migrating between storage types
Jun 24th
Here’s an example of one benefit of Event Sourcing … How much work would typically result from “hey, we need to change platform and store our data in a different database …“? Even using NHibernate and going from one relational database to another, you’d potentially be looking at a significant piece of effort. Now imagine
MongoDB provider for Elmah
May 31st
As a follow up to my Elmah Error Logging with MongoDB Official Driver post: I’ve created a github repo for it and also published it as a NuGet package. Please let me know if you have any troubles (first attempt with NuGet!).
Elmah Error Logging with MongoDB Official Driver
May 28th
This basically takes the work that Pablo M. Cibraro did here to use Elmah with the Samus CSharp Driver and converts it to work with the Official 10Gen CSharp Driver instead plus a few additional minor changes.