0

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.

Anandh
  • 57
  • 1

1 Answers1

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