Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core trying to drop index that doesn't exist

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

Repository pattern with multiple databases

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

Scaffold-DbContext creating model for table without a primary key

How can I stop EF Core from creating a filtered index on a nullable column

SQLite Error 14: 'unable to open database file' with EF Core code first

Proper way to get current User ID in Entity Framework Core

ASP.NET Core 2 + Get instance of db context

Nuget error "Object reference not set to an instance of an object" while installing Entityframework 7 from Package Manager Console in VS2015

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