Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

There is no property with name 'restriction_class_id' defined in type referred by Role 'phones_extensions'

Retrieve all Children and their Children, recursive SQL

How to get to the primary key of a self tracking entity?

How do i define Keys when working with "EF-Code First"?

Entity Framework Parameterized/Overloaded Constructors?

Recommended IRepository and IRepository<T> interface in C#

Linq to entity framework error when using datetimeoffset

c# linq entity-framework

LINQ to SQL MAX in WHERE clause

Modelling "I'm a * but I'm also a **"

LINQ to Entities Include() does not work

How can I validate Guid datatype?

Entity Framework - Select * from Entities where Id = (select max(Id) from Entities)

entity-framework

EntityFramework 4, DbSet and ObjectContext

Entity Framework generic

c# entity-framework

Querying by base type in EF4 Code-First

EF Code First Multiple entities to same table

Unable to Create DbContext per Request with Simple Injector

DbContext Disposed after first request when using Ninject's InRequestScope()

Entity Framework Many to Many Database Migration

Converting a EF CodeFirst Base class to a Inherited class (using table-per-type)