Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Validating entities using data annotations or fluent api in EF 7.0 (In Memory)

EF Core set Id to Int.MinValue and try to insert in database

entity-framework-core

How to add custom Add-Migration behaviour in EF Core?

Parameterised OFFSET FETCH NEXT query (EF Core) has 10x slower performance

EF Core 2.1 RC 1 GroupBy still evaluates locally

The MARS TDS header contained errors - ASP.NET Core + EF Core 2.1.4 + Azure SQL Server

Unable to Install Microsoft.EntityFrameworkCore in ASP.NET Core Project

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