This walkthrough covers the migration of tables and primary/foreign keys that is a reasonable assumption when accessing data using ORM. Prerequisites Visual Studio 2010 (should also work with Visual Studio 2008 with .NET 3.5 SP1 applied). Devart dotConnect...
We had a discussion about CQRS and event sourcing, and there was a concern raised about cost of event versioning. Yes, with event sourcing we can get rid of relational database schema on the write side of the system, saving us from the maintenance of...