Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Performance problems with EF core QueryFilter

Every query on SQLite DB using EF Core in Docker is very slow, unless there is an explicit call to OpenConnection

When creating a new record, how do I fill some fields with values from the filter?

Entity Framework 4.0 Databinding with sorting not working

wpf entity-framework

Entity Framework query builder methods: why "it" and not lambdas?

c# entity-framework

How do I make my component entity system thread safe?

Entity Framework - related ICollection getting materialized into HashSet

Stop EF From Loading Entities When Assigning Association

entity-framework

Can I hide my ICollection<T> fields when I have a one-to-many mapping in EF4 code-only?

WCF data services (OData), query with inheritance limitation?

Tracing ORM performance

How to convert Linq.ParallelQuery to Linq.IQueryable

Integration tests with Entity Framework 4 Code First using SQL Server CE 4 or SQLite

Entity Framework CTP5 Code First - Possible to do entity splitting on a non-primary key?

EntityFunctions.TruncateTime alternative when using EF CTP5 with Sql Server Compact Edition 4.0

How to attach an object that contains a n to n relation?

extract SQL Server Extended properties as part of EF 4.0 Entites or run stored procedure in T4 template that does

entity-framework t4

Mocking repository with Entity Framework

entity-framework moq

EF not updating primary key of object recently added to database

c# entity-framework ado.net

How can I compose an Entity Framework query from smaller, resusable queries?