Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

LINQ to Entities does not recognize the method 'Int32 Parse(System.String)' method when attempting to parse a column for inequality comparisons

c# entity-framework

Why is not working EF Core retry on failure

Look up locally cached entity by key in EF 6 / Code First

Create a left join query without navigation property

Can I reuse code for selecting a custom DTO object for a child property with EF Core?

Entity Framework duplicate primary key

c# entity-framework sqlite

Deleting object from collection Domain Driven Design

Usermanager.DbContext already disposed in Middleware

FromSql method when used with stored procedure cannot be composed in EF Core 3.1

EF7 Code first -> SSDT package -> Production Server Deployments

The foreign key property '' was created in shadow state because a conflicting property with the simple name ''

EntityFramework SaveChanges intermittent exception due to "pending requests working on this transaction"

c# entity-framework

How to Create a CMS Application Using Asp.Net MVC C#

Linq Where clause with Generics does not reconize Equals base type

Entity Framework Core - efficient way to update Entity that has children based on JSON representation of entity being passed in via Web API

Use Foreign Key on SQL View in Entity Framework

Prevent a data grid from loading Entity Framework navigation properties in C#