Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Naming conventions for Code First migrations

Why is SqlQuery a lot faster than using LINQ expression on views?

Entity Framework Many-to-Many Self Relationship and Optimistic Concurrency Control

Entity Framework using Database.SqlQuery() where column names are invalid C# member names

Code First Enumerations put into Lookup Tables

c# entity-framework enums

entity framework 6 mysql rowversion

Search by correlated entity

Entity Framework migrations database role

Invoke EntityDeploy build task programmatically

Entity Framework Core: Npgsql.PostgresException: 23505: duplicate key value violates unique constraint

Visual Studio is trying to connect SQL database while loading a solution. Gives error: Cannot open database requested by the login

Using generics with entities

EF Core, projection sub collection eager loading

Entity Framework Calculated Property problem

How To Properly Unit-Test CRUD Operations on a Repository?

How can I modify the default code generation strategy for edmx?

EF Codefirst validate unique property?

How to log a predicate Expression?

Using Entity Framework Code-first am I required to have the model of my domain anemic?

Filter with multiple derived classes with Code-first Entity Framework