# Learn EF Core 9

## Learn EF Core 9

- [Introduction of Entity Framework Core](https://www.learnentityframeworkcore5.com/readme.md)
- [What's New in EF Core 5](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5.md)
- [Simple Logging](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/simple-logging.md)
- [Filtered Included](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/filtered-included.md)
- [Backing Fields](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/backing-fields.md)
- [Keyless Entity Types](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/keyless-entity-types.md)
- [Configure Precision and Scale](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/configure-precision-and-scale.md)
- [Translation of Contains on byte arrays](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/translation-of-contains-on-byte-arrays.md)
- [Many-to-many Relationship](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/many-to-many-relationship.md)
- [Table-per-type (TPT) mapping](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/table-per-type-tpt-mapping.md)
- [Required one-to-one Dependents](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/required-one-to-one-dependents.md)
- [Support for Fields using Lambda](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/support-for-fields-using-lambda.md)
- [Drop Column from SQLite Database](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/drop-column-from-sqlite-database.md)
- [Index Attribute](https://www.learnentityframeworkcore5.com/whats-new-in-ef-core-5/index-attribute.md)
- [BulkExtensions in EF Core](https://www.learnentityframeworkcore5.com/bulkextensions.md)
- [Connection Strings: Entity Framework Core](https://www.learnentityframeworkcore5.com/connection-strings-entity-framework-core.md)
- [Entity Framework Core Model](https://www.learnentityframeworkcore5.com/entity-framework-core-model.md)
- [DbContext](https://www.learnentityframeworkcore5.com/dbcontext.md)
- [DbSet](https://www.learnentityframeworkcore5.com/dbset.md)
- [Relationship in EF-Core](https://www.learnentityframeworkcore5.com/relationship-in-ef-core.md)
- [Lazy Loading in EF Core](https://www.learnentityframeworkcore5.com/lazy-loading-in-ef-core.md)
- [Migrations in EF-Core](https://www.learnentityframeworkcore5.com/migrations-in-ef-core.md)
- [Handling Concurrency in EF-Core](https://www.learnentityframeworkcore5.com/handling-concurrency-in-ef-core.md)
- [Raw SQL Queries in EF-Core](https://www.learnentityframeworkcore5.com/raw-sql-queries-in-ef-core.md)
- [Database Providers](https://www.learnentityframeworkcore5.com/database-providers.md)
- [SQL Server](https://www.learnentityframeworkcore5.com/database-providers/sql-server.md)
- [SQLite](https://www.learnentityframeworkcore5.com/database-providers/sqlite.md)
- [InMemory](https://www.learnentityframeworkcore5.com/database-providers/inmemory.md)
- [Cosmos](https://www.learnentityframeworkcore5.com/database-providers/cosmos.md)
- [PostgreSQL](https://www.learnentityframeworkcore5.com/database-providers/postgresql.md)
- [Project Types](https://www.learnentityframeworkcore5.com/project-types.md)
- [Console](https://www.learnentityframeworkcore5.com/project-types/console.md)
- [MVC](https://www.learnentityframeworkcore5.com/project-types/mvc.md)
- [WinForm](https://www.learnentityframeworkcore5.com/project-types/winform.md)
- [Xamarin](https://www.learnentityframeworkcore5.com/project-types/xamarin.md)
- [Blazor](https://www.learnentityframeworkcore5.com/project-types/blazor.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.learnentityframeworkcore5.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
