Is Entity Framework tied to SQL Server?
2 answers
Not. It uses the ADO.Net provider model to connect the database provider to access any third party database.
Below is a list of available third party EF providers .
And here is an example of an Oracle vendor prototype with source code.
+6
source to share