L
L
Light7772016-11-27 20:02:29
Oracle
Light777, 2016-11-27 20:02:29

Do I need Entity framework to work with Oracle database?

I know ORACLE PL/SQL. I am learning ASP.NET MVC. All tutorials use a link with the Entity Framework. Do I need to know EF? Is it possible to work without it in conjunction with .NET MVC + ORACLE? How is it better?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2016-11-27
@OnYourLips

Is it possible to work without it in conjunction with .NET MVC + ORACLE? How is it better?

Is OOP required to write some kind of amateur code as a hobby? No.
Is OOP required to write large maintainable projects with complex logic? Yes.
EF is just an OOP interface to the database. The previous two questions and answers also work with respect to the question of the need to use EF and its analogues.

A
asd111, 2016-11-27
@asd111

better through ef because it is used by the majority and sql is used only for complex queries

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question