I'm a beginner to MVC, as well as EF. I've decided to understand things more clearly in order to perform well using these technologies.
Now, i've started reading about EF, and knew that there're Model-first
, Database-first
and Code-first
techniques.
I really want to start with the one that will be most beneficial to me since i'm going to develop using MVC, and then get back to the other two and compare between each of them.
My only question is, which technique should i start with and use?