Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Drop database if model changes in EF Core without migrations

How do I get the connection string from the SqlServerDBContextOptionsExtensions in ASP.Net Core

One Entity 2 Tables in EF Core 2.0

How do I make contains case-insensitive in ef core 2?

Auto increment non key value entity framework core 2.0

How to get Count from FromSql?

Group join in EF Core 3.1

Entity Framework Core(7) bulk update

c# entity-framework-core

Exclude DbContext from migrations to avoid Context-Parameter

How to make a join table using EF core code first

Indexes and Owned Types

Entity Framework Core 3.0 query causes "SqlException: 'Execution Timeout Expired'" and tempdb become full. Works with EF Core 2.2.6

Entity Framework - The object 'PK_AspNetUserTokens' is dependent on column 'UserId'

How to include only selected properties on related entities

c# entity-framework-core

EF Core Find method equivalent for multiple records?

Update data in existing column with EF Core Migration

Reset Entity Framework 7 migrations

Entity Framework Core doesn't validate data when saving?

Get an entity set by its type

c# entity-framework-core

What to use instead of DbSet Create() Method in EF7, and is it recommended to simply new T()