EFCore has landed in unstable, and this will have consequences.
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.
So it’s basically something that will make life easier for the devs and therefore increase the rate of development?
Yep
I’m excited to see what the refactoring will allow the dev team to produce. Technical debt is a really good thing to clean up but there might be some growing pains in the mid term.
For those who don’t quite know what this means. This change is the prerequisite for having PostgreSQL Support in the future (or in theory any other DB they want to support). So it isn’t just a DX change ;)