Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework: LINQ query generates different SQL between local execution and server execution

c# linq entity-framework

Entity framework: Null Reference Exception thrown when adding migration in package manager console VS 2012

How to pass model from one partial view to another partial view

ObjectContext has been disposed throwed by EnsureConnection() in consecutive queries (No navigation properties used and no using())

Modifying response content returned from ASP.NET Web API using OData QueryableAttribute

Generate full SQL script from EF 6 Code First Migrations and Multiple Configurations

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

.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 &&