South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
yeah the entity framework migrations are corked, they keep trying to rerun and readd a column that's already there.. don't have db access right now so can't fix it
I use EF6 with code migrations daily with zero issues. Once you get migrations figured out it becomes a total pleasure to use.Theres your problem, entityframework![]()
here we go... the reason i went with entity framework is their new version 6 isn't that bad and their code first has come a long way.
plus it's built in and is sort of the standard for dotnet sites. it integrates nicely with new relic, glimpse, the stackexchange
mini profiler and all the rest.
i have used other orms in my projects but it's always felt like fighting the system.
the retarded migration bug we are currently experiencing is the first real negative thing so far.
Yep, it is the first negative thing, apart from their entire framework.
We do with high volume transactions, entityframework was extremely poor candidate for us.
Shouldn't be using any ORM then surely? I have used quite a few of the tools on the market, and find high volume stuff should be kept as native to the DB as possible if performance is key.
Theres your problem, entityframework![]()
i don't have high volume transactions right now...
then again thanks to their migrations glitch I have zero tbh
Meh, EF is really good for a lot of situations.
I never said i was , did i?
We have written a very low level one purely for our needs.
Furthermore we do a lot of no sql storage and map reduce queries. postgres is just really for retention.
Yep, it is the first negative thing, apart from their entire framework.
We do with high volume transactions, entityframework was extremely poor candidate for us.
Okay
You have this very arb fascination with assuming things. We trialed a few things before biting the bullet and writing our own layers, we really did not want to but landed up doing it.