Hacker News new | ask | show | jobs
by indigo945 318 days ago
You can use EF by writing the migrations yourself ("database first"). Also, whatever problem you have there seems to be easily fixed either by a better understanding of how EF's code generation works, or by more aggressive use of version control.
1 comments

Their point is they understand sql and dbs. They shouldnt need to learn EF and all its footguns.