DEV Community

Jeremy Likness ⚡️ for .NET

Posted on

Master your Database using C# with EF Core 5.0

Entity Framework Core is an object mapper that enables database interactions using familiar C# code. It supports multiple backend databases including SQLite, SQL Server, Oracle, PostgreSQL, MySQL and Cosmos DB. Using nothing more than LINQ queries, developers can write code that interacts with C# classes that is automatically translated into database calls.

In this episode of the EF Core Community Standup, engineering lead Arthur Vickers walks through demos of some of the latest features that are available now in preview releases and will launch with .NET 5.0 later this year.

Have feedback for the EF Core team? File an issue or join one of our many online discussions.

Top comments (0)