Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

TypeLoadException: Method 'Create' in type ... does not have an implementation (Error Below)

Issue with InMemory DB Entity Framework Core 6 - method not found

is it possible to run a raw sql using ef core 5 with inner join and materialize the data to a class?

EF Core In Memory Database not saving ICollection object column

Interceptor for ExecuteUpdate crashes when trying to SetPropertyCall with string variable

How to have multiple DbContext of the same type?

Call a method in Select() of an Entity Framework Core method expression

c# entity-framework-core

How to create a stored procedure from EF Core code first approach?

EntityFrameworkCore and net48

EF Core creates multiple foreign key columns

How to properly use IPluralizer in IDesignTimeServices

PostgreSQL EF.Core DB-First Invalid DB Model: No mapping to a relational type can be found for property 'Db.Order.High' with the CLR type 'bool'

Entity Framework .Net core not adding stored procedure classes

EF Core - In Memory Database - HasDefaultValue is being ignored

How to add new column in Client table in IdentityServer 4 using CodeFirst approach?

EF Core keeps complaining about non existent indexes

Entityframework Core Unable to cast object of type 'System.Int32' to type 'System.Int64'

Update is not working in OwnsMany Value Object relationship EF Core 5

Data annotations for handling empty strings