Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Sharing the Users table between an IdentityDbContext, and a main application DbContext

Repository pattern and one to many relationship

c# .net entity-framework

Create more than one object of the same type in the same view

C# How to extend class that exist in a different dll by adding a property to it?

LINQ to Entities Skip and Take

Getting the column name (sspace) from an ospace property name

Convert int timestamp to DateTime using Entity Framework

How to update a collection inside an entity within a post action in ASP.NET MVC5?

Entity framework - populating child objects, filtering on a child of child

Web API 2: OData 4: Single Controller with Common Repository does not work with IQueryable when passed to the OK method

C# EF6 index attribute not working

Entity Framework 6 with an Immutable Class

ORM for stateful application. Does EF fit? Or any?

Adding properties to nested objects during JSON serialization of EF model

How do I fix problems when importing an Oracle database into an Entity Framework model using ODAC 12c Release 4 and EF 6?

EF Migration for Universal Windows Platform

c# entity-framework uwp

Is it possible to use EntityFramework with MemSQL?

Using DbGeography Tyes with Entity Framework 7 and vNext

How to cast a generic T in repository<T> to an interface to access an interface property conditionally in a LINQ to SQL filter?

EF Core HasMany vs OwnsMany