0
Good morning guys, I’m starting my studies with Entityframeworkcore and I noticed that it only communicates well with Sqlserver, someone knows some plugin or something like that that make this connection and work decently with Oracle?
0
Good morning guys, I’m starting my studies with Entityframeworkcore and I noticed that it only communicates well with Sqlserver, someone knows some plugin or something like that that make this connection and work decently with Oracle?
3
According to the support page of the EF Providers (on 12/06/2018), in the section "Future Providers":
Oracle’s . NET team announced that it intends to release a provider own for EF Core 2.0 approximately in the third quarter of 2018. See the steering statements for . NET Core and Oracle’s Entity Framework Core for more information. Forward any questions about this provider, including the schedule of launch, for the Oracle Community Site.
https://docs.microsoft.com/pt-br/ef/core/providers/
And there’s this in the NugGet
: https://www.nuget.org/packages/Devart.Data.Oracle.EFCore/
Pasta dude, thank you.
Browser other questions tagged oracle entity-framework-core
You are not signed in. Login or sign up in order to post.
Have you looked at the EF support page? https://docs.microsoft.com/pt-br/ef/core/providers/
– Ricardo Pontual
It seems that already has, but it appears the unpleasant information "paid" :(
– Ricardo Pontual