ASP.NET Core Web API to connection Oracle 11 g database using ODP ORM
ASP.NET Core Web API to connection Oracle 11 g database using ODP ORM
I am new in .net core platform then i have no idea to connect oracle db to ASP .net WEB API.
how to create ASP.NET Core Web API to get the data from an Oracle database using ODP ORM.?
It's Code First Approach !!
1 Answer
1
you should consider to use NHibernate:
Hibernate is a mature, open source object-relational mapper for the
.NET framework. It's actively developed, fully featured and used in
thousands of successful projects. It's built on top of ADO.NET and the
current version is NHibernate 4.0.4.
tutorialpoint NHibernate
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.