Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to call DB function from EF LINQ query?

Proper method for deleting entity in one-to-many relationship

Seed Method in MVC Entity Framework

Entity Framework 5 does not clear navigation property

Oracle.ManagedDataAccess: TNS:could not resolve the connect identifier specified

Entity Framework DbContext constructor with connection string

entity-framework

Get best performance of Entity Framework 6 like Dapper.NET [duplicate]

Use strong spatial types option in model designer locked?

Integration testing multiple Entity framework dbcontexts that share a database

c# entity-framework

AutoMapper IQueryable Extension throws "Cannot compare elements of type <Complex Type>" with

DbContext and Connection pools

Stop empty strings at the database level with EF code first

Aliasing/renaming properties on entities in OData

Entity Framework - Include Take Top N for each parent [duplicate]

Do Multiple Linq To Entity Queries In Entity Framework Using One DBContext Connect Only Once To The Database

scaffolding template for creating repositories

EF resolve navigation property after manual attach

c# entity-framework

Possible risks of turning off AutoDetectChangesEnabled in Entity Framework

c# .net entity-framework

How to implement Select For Update in EF Core

Transaction between contexts