# Entity Framework Core Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/entity-framework-core
> Markdown URL: https://aitinkerers.org/technologies/entity-framework-core.md
> Technology record last updated: 2026-02-26T08:31:38Z
> Generated: 2026-09-23T00:36:16Z

A lightweight, extensible, and cross-platform object-relational mapper for .NET.

EF Core serves as the primary data access layer for .NET developers: it maps C# objects to relational tables across providers like SQL Server, PostgreSQL, and MySQL. By using LINQ (Language Integrated Query), it provides type-safe data retrieval without the need for manual SQL strings. The framework handles complex tasks like schema migrations, relationship mapping (one-to-many or many-to-many), and change tracking automatically. It is optimized for performance in ASP.NET Core environments and supports modern features such as compiled queries and connection pooling.

- Official technology site: https://learn.microsoft.com/en-us/ef/core/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Bench](https://zurich.aitinkerers.org/talks/rsvp_dHWY28kKRKY)

An IDE and OS for agents - lots to cover so will focus on the unifying idea of representing everything an agent needs (variables, schemas, state, UIs) in a single "ORM"

- Event context: AI Tinkerers Zurich - May 8 — 2024-05-08 — Zürich
- Public talk page: https://zurich.aitinkerers.org/talks/rsvp_dHWY28kKRKY

## Related Technologies

- [ActiveRecord](https://aitinkerers.org/technologies/activerecord) ([Markdown](https://aitinkerers.org/technologies/activerecord.md)) — 1 public demo
- [Django ORM](https://aitinkerers.org/technologies/django-orm) ([Markdown](https://aitinkerers.org/technologies/django-orm.md)) — 1 public demo
- [Entity Framework](https://aitinkerers.org/technologies/entity-framework) ([Markdown](https://aitinkerers.org/technologies/entity-framework.md)) — 1 public demo
- [Hibernate](https://aitinkerers.org/technologies/hibernate) ([Markdown](https://aitinkerers.org/technologies/hibernate.md)) — 1 public demo
- [Sequelize](https://aitinkerers.org/technologies/sequelize) ([Markdown](https://aitinkerers.org/technologies/sequelize.md)) — 1 public demo
- [SQLAlchemy](https://aitinkerers.org/technologies/sqlalchemy) ([Markdown](https://aitinkerers.org/technologies/sqlalchemy.md)) — 5 public demos
- [TypeORM](https://aitinkerers.org/technologies/typeorm) ([Markdown](https://aitinkerers.org/technologies/typeorm.md)) — 1 public demo
