Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

SQLite no longer seems to work on xamarin android

Map stored procedure with multiple resultset returned in EF Core

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

Can I use Entity Framework on Windows Phone 8

Hydrate non required string properties from null to empty string

entity-framework-core

Unable to resolve service for type in ApplicationDbContext

Adding service for EF, AddDbContext or AddEntityFramework

Why is Entity Framework (Core) deleting old records on Add() operation?

ASP.NET and EF Core - ModelState.IsValid always returns true for models generated by Scaffold-DbContext

Nullables in Entity Framework Core on Xamarin iOS

Table per Type in Entity Framework Core 2.0

EF Core non-primitive type value object as primary key?

Net core DbContextPool vs AddDbContextPool and more

How to set class property's value to be set to generated id value of another class on insertion to database?

LINQ group by in Entity Framework Core 3.1

asp.net core, Ef core : Dynamically map repository and services in run time

Entity Framework Core not working with Windows Authentication

How to store 'blob' type in MySQL with Entity Framework Core using byte[]?

Does an equivalent to Database.CompatibleWithModel(bool) exist in EF Core

Transaction Deadlocks on SQL Server Insert with EF Core