Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Row Level Security with Entity Framework

Entify Framework Inserts require Select permissions

EF4 Update Entity Without First Getting Entity

SQL Profiler not showing inserts/deletes/updates

Select N+1 in next Entity Framework

entity-framework

Passing an array/table to stored procedure through Entity Framework

How to get Entity Framework 4.2 without Nuget?

Delete parent with children in one to many relationship

Load Entities AsNoTracking() with navigation properties, without specifying includes

c# entity-framework

Add new Required Field to one of table with EF Code First Migration

Can I do a dry run of Update-Database in EF 6?

Entity Framework not including columns with default value in insert into query

How to get ODATA to serialize NotMapped property

Why Does the Entity Framework make so Many Roundtrips to the Database?

Changing the Name of the Connection String that Entity Framework Uses

Pattern for retrieving complex object graphs with Repository Pattern with Entity Framework

Using AutoMapper to map unknown types

Creating entity relationship with renamed fields and non-primary key in primary table

Count or Skip(1).Any() where I want to find out if there is more than 1 record - Entity Framework

Filtering navigation properties in EF Code First