Entity Framework Core
Lightweight, extensible ORM for .NET
Language: C#Category: ORMFirst released: 2016Created by: MicrosoftLicense: MIT
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databases including SQL Server, SQLite, PostgreSQL, MySQL, and Cosmos DB via a provider model. It is lightweight, cross-platform, and designed to be extensible, making it the go-to data access layer for .NET applications.
Links
Key Features
LINQ Query SupportCode-First MigrationsChange TrackingMulti-Provider ModelCross-Platform