Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework soft delete implementation using database interceptor not working

The context is being used in Code First mode with code that was generated from an EDMX file for either Database First or Model First development

c# .net entity-framework

Entity Framework Core thread safe?

When are queries executed on DbContext

Entity Framework Core 3.0 query causes "SqlException: 'Execution Timeout Expired'" and tempdb become full. Works with EF Core 2.2.6

Retrieve single Entity Framework entities using a LINQ query or GetObjectKey?

Entitity Framework: Change tracking in SOA with POCO approach

Global Entity Framework Context in WPF Application

wpf vb.net entity-framework

How can Entity Framework queries be reused (using methods)?

Cannot drag tables from Server Explorer to .edmx designer pane

entity-framework

Entity framework auto eager load

c# wcf entity-framework entity

How to map table splitting in EF Code First?

How to remove underscore in foreign key names generated by Entity Framework 4.1

Missing associations when building a model from existing SQL server database

Using EF 4.1 Inserting a parent record and multiple child records as a single "Unit of Work"

c# entity-framework

Why should I use Entity Framework codefirst if it can't be used in production safely and things like indexes can't be described

LINQ Query very slow compared to SSMS

Editing Web.Config Connection string settings with Wix

Entity Framework 5 - "Conflicting Changes Detected"

ASP.NET MVC, Layers, Models, Repositories etc