Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

The default DbConfiguration instance was used before the 'EntityFrameworkConfiguration' type was discovered

c# .net entity-framework

How To design configurable field level permissions with Entity Framework

How can I point two different projects to the same SQLite db-file?

Entity framework with inheritance, condition, and foreign key

nHibernate vs Entity Framework with Oracle backend

How to determine if Navigation Property in the Entity Framework is set without loading the related records

7-second EF startup time even for tiny DbContext

Rowversion comparison in Entity Framework

Does Entity Framework save related classes automatically?

Should I implement DTOs in repository pattern with EF? [closed]

EntityFramework not generating C# files properly (some enums are incomplete, so build fails)

EF Core - Error when adding a related entity

How can I use SQL Server JSON_VALUE function in EF 6 Code First for classic .NET

.net Core 2, EF and Multi Tenancy - Dbcontext switch based on user

How do I replace an Int property with an Enum in Entity Framework?

c# .net entity-framework

How to specify SQL Server XML data type in Entity Frameworks 4.0 Model?

Entity Framework startup time

How to Edit and Save ViewModels data back to database

Entity Framework: am I supposed to modify migration classes?

Using multiple dbcontext instances and dependency injection