# 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)
