Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 6 Database-First and Onion Architecture

How do I configure Entity framework in class Library project?

EF 4.1, Code-First: Is there an easy way to remove ALL conventions?

Entity Framework Creates New / Duplicate Entries for Associated Objects

c# entity-framework

How do I encrypt data in Entity Framework Code First?

Entity Framework: SqlGeography vs DbGeography

Cast Entity to Implemented Interface in a Generic Method Using LINQ for Entity Framework

EF code first migration error "Object has been disconnected or does not exist at the server"

Change foreign key constraint naming convention

Include filter child collection [duplicate]

The use of Repository and unit of work patterns (revisited) ... in EF Core with ASP.NET Core

Function imports cannot be created for composable functions

c# .net entity-framework

ASP.NET EF remove discriminator column from not mapped class

Programmatically creating code first migrations

Enable cascading deletes in EF Code First without exposing foreign key

Using the repository pattern to support multiple providers

Entity Framework Pass Object from One Context to Another

Why does DbSet Add return an entity instance instead of void?

Sum() Returns null in Entity Framework Query

c# linq entity-framework

Can you use a Visual Studio Database Project in a Unit Test Project to setup a empty database for a functional test?