Entity Framework

Configure PostgreSQL Entity Framework for ASP.NET using Npgsql
https://pupli.net/2022/07/configure-postgresql-entity-framework-for-asp-net-using-npgsql/

Entity Framework Core tools reference – .NET Core CLI
https://pupli.net/2022/07/entity-framework-core-tools-reference-net-core-cli/

Configure One-to-Many Relationships using Fluent API in Entity Framework Core
https://pupli.net/2022/07/configure-one-to-many-relationships-using-fluent-api-in-entity-framework-core/

Configure One-to-One Relationships using Fluent API in Entity Framework Core
https://pupli.net/2022/07/configure-one-to-one-relationships-using-fluent-api-in-entity-framework-core/

Configure Many-to-Many Relationships using Fluent API in Entity Framework Core
https://pupli.net/2022/07/configure-many-to-many-relationships-using-fluent-api-in-entity-framework-core/

Configure Primary Key using Fluent API in Entity Framework Core
https://pupli.net/2022/08/configure-primary-key-using-fluent-api-in-entity-framework-core/

Configure Property to be Required using Fluent API in Entity Framework Core
https://pupli.net/2022/08/configure-property-to-be-required-using-fluent-api-in-entity-framework-core/

Reset Entity Framework Migrations and Drop Database
https://pupli.net/2022/08/reset-entity-framework-migrations-and-drop-database/

Map Table Name and Column Name in Entity Framework
https://pupli.net/2022/08/map-table-name-and-column-name-in-entity-framework/

Entity Framework Core Database-First using Npgsql
https://pupli.net/2022/08/entity-framework-core-database-first-using-npgsql/

ASP.NET Core Blazor Server with Entity Framework Core
https://pupli.net/2022/08/asp-net-core-blazor-server-with-entity-framework-core/

Pagination in Entity Framework
https://pupli.net/2022/08/pagination-in-entity-framework/

Indexes in Entity Framework Data Annotations
https://pupli.net/2022/10/indexes-in-entity-framework-data-annotations/

Get Table and Columns Name of mapped entity in Entity Framework Core
https://pupli.net/2022/11/get-table-and-columns-name-of-mapped-entity-in-entity-framework-core/

Use NotMapped Attribute to exclude Property from being in Entity
https://pupli.net/2022/11/use-notmapped-attribute-to-exclude-property-from-being-in-entity/