Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

What is better way to update data in EF Core

How to delete whole database and reset the change tracker with EF Core using SQLite

a query type with the same name already exists

entity-framework-core

EF Core Update updates all columns even though only one has changed

c# entity-framework-core

Entity Framework 7 Fluent API Doesn't Recognize IsOptional()

Entity Framework 7 SaveChanges

entity-framework-core

Asp.Net Core 2 Using In memory database for Prototyping getting Cannot resolve scoped service

GetEntityTypes: configure entity properties using the generic version of .Property<TEntity> in EF Core

The certificate chain was issued by an authority that is not trusted

Shadow primary key

EFCore - How to exclude owned objects from automatic loading?

Entity Framework 7 (Beta 7) and Entity Tracking

entity-framework-core

The navigation on entity type has not been added to the model, or ignored, or entityType ignored

EF Core - Many to many relationship on a class

EF Core: How to add the relationship to shadow property?

Entity Framework Core, DELETE CASCADE, and [Required]

How do you do fulltext search with Entity Framework Core?

EntityFramework Core: Get changes occured in entity and related data

Entity Framework Core code first default values for PostgreSQL

EF Core move column data from table to another while migration (UP)