Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Does Entityframework auto assign navigation properties on create

c# entity-framework

How to use Repository pattern using Database first approach in entity framework

TransactionScope around Many to Many Insert with Entity Framework returns TimeoutException

Adding Unchanged items to an Object Graph full of Added items

entity-framework

Get the database type from EntityFramework's `DbContext`

c# entity-framework

Insert new/Update existing record with one to many relationship

is it possible to use sql files as EF database migrations?

EF 6 Code First, changing a Foreign Key Id with an Include on navigation property causes "A referential integrity constraint violation occurred" error

Combining multiple expressions trees

Entity framework migration "Table does not exist"

EntityFramework returns corrupted/swaped data from SQL Server View

Excluding tables with database first approach

Configure a non-shadow principal key for this relationship

c# entity-framework

Skip and Take in Entity Framework Core

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