Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an existing sql server database and want to add a new Entity Data Model which i want to point to that existing database.I want to use reverse engineer to make it 'code first' style. what is the advantage and disadvantage of this? What is the advantage and disadvantage of Database first approach on reverse engineering. I have stored pocedure in my database.
Posted

1 solution

Detailed Explaination[^]
The above link will clear your doubt I hope.
EF Code First is very handy and shiny now a days, even in EF7 there is only Code First. But in EF5/6 which currently we are using, there are few times we do not opt for reverse engineering. My vote here would be for DB First approach.
Thank you :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900