SmoothLiquidation@lemmy.world to Jellyfin: The Free Software Media System@lemmy.mlEnglish · 1 year agoEFCore refactoring is herejellyfin.orgexternal-linkmessage-square4fedilinkarrow-up143arrow-down11file-text
arrow-up142arrow-down1external-linkEFCore refactoring is herejellyfin.orgSmoothLiquidation@lemmy.world to Jellyfin: The Free Software Media System@lemmy.mlEnglish · 1 year agomessage-square4fedilinkfile-text
minus-squarecatloaf@lemm.eelinkfedilinkEnglisharrow-up27·1 year ago EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. Since the article didn’t explain. They’re inserting an abstraction layer in front of the database. You as a user will probably never notice a change.
minus-squareflorge@feddit.uklinkfedilinkEnglisharrow-up13·1 year agoSo it’s basically something that will make life easier for the devs and therefore increase the rate of development?
Since the article didn’t explain. They’re inserting an abstraction layer in front of the database. You as a user will probably never notice a change.
So it’s basically something that will make life easier for the devs and therefore increase the rate of development?
Yep