Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Table Valued Functions in EF Core

How to add Oracle provider in VS2017 for Entity Framework?

SaveChanges() is saving Unchanged records

c# entity-framework

LINQ expression is not being translated to SQL

Can you remove Identity from a primary key with Entity Framework 6?

In which format is Target field in the EF Migration resx files?

How can I get the count of a list in an Entity Framework model without including/loading the entire collection?

How to change timeout the query

c# sql entity-framework

Configuring abstract base class without creating table in EF Core [duplicate]

every Parameter object property that is not null, to be added to expression predicate as a condition

How to rollback in EF4 for Unit Test TearDown?

What is an Entity? Why is it called Entity?

Extending EF4 SQL Generation

How to get ObjectSet<T>'s entity key name?

c# .net entity-framework

Entity Framework Is it possible to add an ASSOCIATION between Primary Keys and a Foreign Key

Return Type for Collection from LINQ Query

Verify if object is already inside Entity Framework context

Many-to-many relationships in Entity Framework where join table has more than two fields?

C#/EF and the Repository Pattern: Where to put the ObjectContext in a solution with multiple repositories?

ADO.NET vs ADO.NET Entity Framework

entity-framework ado.net