Vagif Abilov's blog on .NET

Browse by Tags

All Tags » Entity Framework (RSS)
Managing type inheritance with Simple.Data OData adapter
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,...
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...