Select from following answers:- Schema First Approach
- Model First Approach
- Code First Approach

- None of the above
- All Above
Code First approach : In this approach, you just need to write c# classes in the entity framework and use those class definations to create the database for your application.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator