Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Firebird and Entity Framework case sensitve table/column names

Entity Framework vs Direct Data Access

EntityFramework populating uniqueidentifier with value "00000000-0000-0000-0000-000000000000"

Entity Framework 4.1 is not adding any rows to SQL Server Express database

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

lambda expression join multiple tables with select and where clause