|
|
|
|
|
by richman777
3590 days ago
|
|
Missed this comment but I don't take offense to it. In all honesty, if you have a well designed system it's pretty good at what it does. I've used it without any issues on small personal projects and it was great at what it did. Although getting it to work with Postgres is needlessly "complicated". Not complicated per-say but not as easy as it just working with SQL Server. What happens when you take a legacy system and move over to .Net and try to use EF on a poorly architectured data model? Chaos. "Oh you want to search for orders that have these attributes that are stored in a bit-encoded string field that is only joined from 3 different tables?" |
|