The entity framework and database agnostic programming, possibilities?

Posted by Theo on Stack Overflow See other posts from Stack Overflow or by Theo
Published on 2010-04-22T13:46:04Z Indexed on 2010/04/22 14:23 UTC
Read the original article Hit count: 317

We want to use the Entity Framework (.NET 4.0) to build applications that can deal with Sql Server, MySQL and Oracle. And maybe Sqlite too.

It should be easy to switch the db vendor by some setting in a config file.

Is this possible? I prefer real life examples!

What kind of providers did you use?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about sql-server