Hi Experts,
I have few Questions on EF. I know that we have 3 approaches in EF
i. Database approach
ii.Code -First Approach
iii.Model-First
So my questions are
1. If an application implemented using EF, so does the application must be followed in any of the above?
2. Let's take an example. I have an existing application called "USAPP" which implemented by using the code- first approach. I have created One more application "RussiaAPP" using the "USAPP" database with EF context classes. So can I say 2nd application "RussiaAPP" implemented by using the "Database First approach?
Thanks in Advance

Laxmidhar SahooPosted Jul 1, 2020, 2:10 AM
Asma KhalidPosted Jul 1, 2020, 1:30 AM
Farhan AhmedPosted Jun 30, 2020, 1:27 PM