Reputation: 3
What do I need to do to add Entity Framework for Oracle with ASP .NET 5? I'm going against an Oracle database version 10.2.5.
Upvotes: 0
Views: 140
Reputation: 263
You will need Oracle Data Provider for .NET (ODP.NET). Please find it in the link below.
http://www.oracle.com/technetwork/topics/dotnet/index-085163.html
Upvotes: 1