Vagif Abilov's blog on .NET

Browse by Tags

All Tags » SQL (RSS)
Migrating database schema from Microsoft SQL Server to Oracle using Entity Framework and Devart dotConnect
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...
Is event versioning as costly as SQL schema versioning?
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...