Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

LINQ find closest coordinates

c# linq entity-framework

ef7 unable to retrieve child collections' child object's properties

Entity Framework and Default Values

How to singularize entities with EntityFramework core

... may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints

Include / ThenInclude with where in EF Core

How to create foreign key relationships with the Entity Framework?

What are each of the template types intended usage, pros and cons?

Lambda expression to SQL UPDATE statement using C#

c# entity-framework lambda

EF4: ObjectContext Lifetime?

EntityType 'ApplicantPosition' has no key defined

Linq performing case insensitive comparison

c# linq entity-framework

How to put an Entity Framework query result into a List

c# entity-framework c#-4.0

Linq, lambda and @ [duplicate]

Dynamic linq query not working

How do I include an unmapped field in a POCO class

entity-framework

How to add items to Combobox from Entity Framework?

Using Linq, get all items from list that are in another List<int>

c# linq entity-framework

How to ignore a particular field from an Entity model upon insert?

.net entity-framework

Is using Stored Procedure such a bad idea?

c# entity-framework