Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework not respecting Command Timeout

Using DbContext and DbSet instead of implementing repositories and unit of work

Remove-Migration is not working in VS 2015

c# entity-framework

EF Core lazy loading proxies return null randomly instead of entities

StoreGeneratedPattern in Entity framework

c# entity-framework

"The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json

c# entity-framework linq odata

EF - why sometimes eager loads, sometimes lazy loads

entity-framework c#-4.0

Mocking model collections in EntityFramework and Moq

One DbContext Instance spans multiple Repositories

List returned by Entity Framework is null [duplicate]

How to conditionally filter IQueryable by type using generic repository pattern

Cannot implicity convert type System.Linq.Expression<System.Func<Object, bool>> to bool

How to set command timeout for individual queries in EF Core?

How to nest transactions in EF Core 6?

Can you pass generic delegate without the type parameter?

Insert/Update Entity in EF?

c# entity-framework