Type inheritance is not frequently implemented in OData services. I’d say that REST services is not a very good fit for OO paradigm and there are other means to expose information in a REST service than to open up the whole object hierarchy. However, today the easiest way to build an OData service is...
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 for Oracle (formely known as OraDirect.NET)...
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 the SQL schema, but won’t the saved effort be used...