A
A
addd2015-12-01 11:12:50
Entity Framework
addd, 2015-12-01 11:12:50

What is the most convenient approach if you write a project from scratch code first, db first?

What is the most convenient approach if you write a project from scratch code first, db first?
What is the meaning of edmx model?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kovalsky, 2015-12-01
@dmitryKovalskiy

The simplest is dbFirst, The most fashionable is CodeFirst. The most comfortable? To be honest, I don't know. All have pros and cons. From myself I recommend dbFirst with mapping on stored procedures. It is better not to leave the generation of effective queries to the ORM, but to learn how to write them yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question