Entity Framework Core (EF Core) is a lightweight, cross-platform, and open-source version of Microsoft's Entity Framework ORM framework for .NET. It allows developers to work with relational databases using .NET objects, supports multiple database providers, includes LINQ support for querying data, and facilitates database migrations for evolving schemas. EF Core is designed for simplicity, flexibility, and performance in .NET applications.