
Entity Framework Core
learn.microsoft.com- Category
- Developer Tools
- Rank
- No. 600Tools index
- Pricing
- Open Source
- Type
- TOOL
- Date
About
Microsoft's ORM for .NET. First-class ORM for .NET with LINQ queries, migrations, and change tracking. The default data layer for ASP.NET Core apps.
What it does
A toolkit that lets .NET programs read, write, and update database records by working with ordinary objects in code instead of writing raw database queries by hand, and can also generate or evolve a database structure to match those objects over time.
Stated on the product site
- Licensing
- Described as open source
- Platform support
- Works across multiple database engines rather than one single database product
- Query interface
- Data is retrieved using a language-integrated query syntax built into .NET code
- Schema management
- Includes a migrations feature for creating and evolving the database structure from the code model
- Modeling approach
- Supports either generating a model from an existing database or hand-coding a model to match one
Not stated on the site
- The page does not state which specific database engines or versions are supported by name.
- The page does not describe pricing, licensing costs, or commercial support options.
- The page does not specify current adoption figures or usage statistics for the tool.
Written from the product site at learn.microsoft.com.
Tags
MicrosoftORM & Data Layer
Media

Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.