Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework (code first) in memory database for unit testing

How to update navigation properties / related tables in EF?

Many to many relationship detecting changes

Validation of domain model: how and where

Can I see what's in the ObjectStateManager when debugging?

c# entity-framework

EF orderby / thenby combo extension method

app.config in DAL and web.config in WebApplication

MVC, DbContext and Multithreading

Two similar LINQ queries, completely different generated SQL

Linq Navigation Properties complex where ID in (select id from...)

LINQ to EF - Find records where string property of a child collection at least partially matches all records in a list of strings

Code First Migrations in SQL Azure - Tables without a clustered index are not supported

Is there a way to compare multiple values in a linq expression to a generic list?

Is repository pattern only to be used with Entity Framework?

entity framework - navigation property does not load

LINQ order a collection of objects by date in descending order

c# linq entity-framework

Linq with where clause in many-to-many EF Code First object

Entity framework map column which is not in old database

Entity Framework 5 performance concerns

If Entity Framework / DbContext is the DAL / Repository, where does it fit within 3-tier architecture?