Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-5.0

Column 'Id' in table 'AspNetRoles' is of a type that is invalid for use as a key column in an index

How to get total available rows from paginated ef core query

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

EF Core owned entity shadow PK causes null constraint violation with SQLite

What is the use of FromExpression in EF 5?

.net-5 ef-core-5.0

How to prevent EF core 5 from creating a savepoint when saving

UWP with Entity Framework Core 5.0

Exception The value of 'X' is unknown when attempting to save changes

Entity Framework Core Many to Many change navigation property names

Change name of generated Join table ( Many to Many ) - EF Core 5

Use both AddDbContextFactory() and AddDbContext() extension methods in the same project

GroupBy in EF Core 3.1 / EF Core 5.0 not working, even for the simplest example