Hi
We have a .NET REST API solution that uses an Oracle database. We also use the Entity Framework. Right now we uses oracle unmanaged driver. But we would like use a managed driver.
Our solution is developed in Visual Studio 2012. Be we cannot find “Oracle Developer Tools” for this version of Visual Studio.
On the link below, it says it is possible to download ODT for VS 2012, but if you click on the download link there is only MSI installers for VS2013 and VS2015.
http://www.oracle.com/technetwork/developer-tools/visual-studio/overview/index-097110.html
Is there a MSI Installer for VS2012? Or is it not possible to use Entity Framework with Managed driver in VS2012?
Thanks