I am wondering how the code-first approach in EF will be the best approach over db first. Can you please clarify me what is the use of code-first approach.
Asked
Active
Viewed 89 times
1 Answers
0
It's not actually the best approach. Choosing between code first
or db first
can be based on a project or developers skills. You can read more about the differences here on the stackoverflow.

Masoud Darvishian
- 3,754
- 4
- 33
- 41