Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Is it possible to get complex Entity Framework objects from a REST api in .NET without creating ViewModel objects?

Entity framework 7 in ASP.NET MVC6 multiple foreign key to the same table

How to create an index for a string property in Entity Framework 7

Entity Framework 7 and login failed

EF7 and GroupBy() cannot be translated

EF7 (Code First) + SQLite doesn't create a database and the tables for the models

Update model with TryUpdateModel in ASP.NET MVC Core Web API and Entity Framework Core doesn't work

Entity Framework Core will not map to BigInteger

c# entity-framework-core

How can I get the Primary Key for the DbSet?

Get output parameter value of a stored procedure using EF Core?

Best approach for entityframework core multi tenancy

Deleted entities show up as modified in Entity Framework Core's ChangeTracker

EF Core using Let in query throw "Argument types do not match" exception

Unexpected behaviour with Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ForEachAsync<T>()

TDD: Does EF Core In Memory Provider validates referential constraints?

Linq request make a lot of queries to DB

c# entity-framework-core

EF Core Eager Loading nested collections

c# entity-framework-core

Scaffold-DbContext creating model for table without a primary key

ASP.NET Core 2 + Get instance of db context

How to call a stored procedure in EF Core 3.0 via FromSqlRaw