Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question