EFCore has landed in unstable, and this will have consequences.

  • catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 days 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.