Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to avoid Lazy Loading when accessing foreign key ID property through navigation property?

Why is MigrationHistory causing Linq results to differ when specifying only a subset of columns?

EF code-first, cannot delete foreign key relation

Entity Framework with temporal database

EF6 PK and FK constraint naming conventions

Loading related data by foreign key in mocked EF6 database

Implementation of List<T> is losing the ordering on the original query

How to structure unitofwork / service layer / repository, so that they work with DI (Unity) and Moq for Unit Testing

Case insensitive search using ALTER SESSION on ODP.NET/EF connections?

Entity framework: how to extend DbSet<type>?

c# entity-framework dbset

No Entity Data Model option in Data Source Configuration Wizard

Is EntityFramework performance affected by specifying information like primary key?

c# entity-framework

How to have multiple entity sets for the same OData controller in ASP.NET MVC 5

Moq Parent does not have a default constructor. The default constructor must be explicitly defined

Error casting FieldExpression to LambdaExpression using Linq to SQL

'Validation' does not exist in the namespace 'System.Data.Entity' when building on Team City

SQL Theory Multiple References

.NET Entity Framework - Using .Contains() to find a byte value in a Where expression

Entity Framework 5 mixing Oracle & SQL Server

Entity Framework Linq query: .Where chain vs &&