Code first approach or Database First approach is better in EF.?
what is the reason.?
Code first approach or Database First approach is better in EF.?
what is the reason.?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jan 4, 2024, 7:00 AM
I have written a detailed article on this you can refer
https://www.sharpencode.com/article/EntityFramework/which-approach-is-really-better
Anandu G NathPosted Jan 4, 2024, 6:58 AM
Rajeesh Menoth
Thanks for your reply
Rajeesh MenothPosted Jan 4, 2024, 6:52 AM
Hi,
The decision between Code First and Database First approaches in Entity Framework (EF) relies on various factors and is determined by the specific project requirements.