Captain Codeman
Software Developer
Software Developer
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
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!).
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.