Which database systems (relational or NoSql) are supported by Entity Framework 6 and/or 7?
相关问题
- Entity Framework Code First Migration
- Entity Framework throws exception - Network Relate
- Slow loading first page - ASP.NET MVC
- query and create objects with a one to many relati
- Entity Framework override default property convent
相关文章
-
EF6 DbSet
returns null in Moq - Entity Framework 4.3.1 failing to create (/open) a
- EF6 code first: How to load DbCompiledModel from E
- Why do I need a ToList() to avoid disposed context
- Code-First Add-Migration keeps adding the same col
- EF Codefirst validate unique property?
- EF Core 'another instance is already being tra
- Add XML documentation / comments to properties/fie
The Entity Framework documentation has a long list (right hand side) of 3rd party providers. The ones listed today are:
EF7 is harder to find info for, but here are some links that may help:
http://blogs.msdn.com/b/adonet/archive/2014/05/19/ef7-new-platforms-new-data-stores.aspx http://www.infoworld.com/article/2885466/application-development/entity-framework-7-providing-support-for-new-platforms-and-new-data-stores.html