Peter Trefren
Peter Trefren

Reputation: 3

Configure ASP .NET 5 for Oracle/Entity Framwork

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

Answers (1)

yazan_ati
yazan_ati

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

Related Questions