Document DB and Event Stores with Jeremy Miller
Details
Tired of the impedance mismatch between the model your application code wants for behavior and logic and the potentially very different data model that your relational database wants for storage?
Scared of NoSQL databases because you've always heard that they aren't transactional, lose your data under load, and lack all the production support tools you need?
Fortunately, the Marten library now allows .NET developers to work with the very robust Postgresql database as a fully ACID-compliant, document database and event store.
