# Entity Framework Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/entity-framework
> Markdown URL: https://aitinkerers.org/technologies/entity-framework.md
> Technology record last updated: 2026-02-26T08:31:33Z
> Generated: 2026-08-23T23:16:43Z

Microsoft's primary object-relational mapper (ORM) for .NET that eliminates the need for most data-access boilerplate.

Entity Framework (EF Core) functions as the standard data-access layer for modern .NET applications. It maps C# classes to database tables: allowing developers to query data using LINQ (Language Integrated Query) instead of manual SQL strings. The framework supports major providers (SQL Server, PostgreSQL, and SQLite) and automates schema management through a robust migrations system. By handling change tracking and relationship mapping out of the box, EF Core accelerates development cycles for enterprise-grade software.

- 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 Core](https://aitinkerers.org/technologies/entity-framework-core) ([Markdown](https://aitinkerers.org/technologies/entity-framework-core.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
