Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Reference to assembly error

How do I add a OData key value to my Entity Framework class?

Retry Entity Framwork DbContext.SaveChanges after double inserting a key

Cost of creating dbcontext per web request on ASP.Net

Customising the OWIN/Katana UserManager factory behaviour

context.SaveChanges return 0 when updated without any change

c# entity-framework

In Entity Framework, how do I add a generic entity to its corresponding DbSet without a switch statement that enumerates all the possible DbSets?

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