I
I
Ivan Murashkin2017-07-10 22:51:08
IT education
Ivan Murashkin, 2017-07-10 22:51:08

Newbie learning EF or ADO.NET?

Is it possible to learn EF without knowing ADO.NET?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton, 2017-07-10
Reytarovsky @Antonchik

You can, but knowledge of ado.net will not hurt

H
Howard Roark, 2017-07-11
@HowardRoark

Implement CRUD functionality through ADO.NET first.
If you know SQL, then in half a day you will understand the basics.
And then rewrite it all in EF. There is also nothing complicated if you use the basic functionality. At the same time, you will appreciate in practice how much easier it is to use ORM.

E
eRKa, 2017-07-21
@kttotto

EF is easier to use and easier to learn too, I think. But with EF it becomes difficult when an application needs to cope with a large load of requests, you have to get out, invent something, so pure ADO.NET is most often used there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question