Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to prevent Entity Framework from loading all child objects

Does the order of OrderBy, Select and Where clauses in Linq-to-entities matter

c# entity-framework linq

Can't run EF migration where DbContext connection string is set at runtime and separate project from application

Strange behavior of Entity Framework

c# .net entity-framework

How to Pass Full Sqlite Connection String to DbContext

c# entity-framework sqlite

Oracle DB to EF not working correctly for NUMBER(2,0)

c# oracle entity-framework

Scoping Entity Framework using Ninject in Azure Functions

How to make entity framework stored procedure asynchronous?

EF Core - circular reference and serializing to json

Unable to cast the type 'System.Int32' to type 'System.Object during EF Code First Orderby Function

How to update existing model class generated by Scaffold-DbContext

Getting Error 3007 when I add my Entity Model

Enterprise Data Auditing [closed]

entity-framework audit

Using Entity Framework, how do I reflect a many to many relationship and add entites that exist to a new entity being created?

Is Entity Framework ObjectContext correct implementation of Unit Of Work Pattern?

How to save combined (new+modified) detached entities in Entity Framework?

c# .net entity-framework poco

Linq Left Outer Join - DefaultIfEmpty Error

c# linq entity-framework

LINQ to Entities does not recognize the method

Avoiding the use of SelectList in the business layer (MVC 3)

Entity Framework - Keep loaded/included related objects after end using?