Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

TDD and ADO.NET Entity Framework

Entity Framework Delete All on Submit

entity-framework

in Entity framework, how to call a method on Entity before saving

How to rename Context.tt generated by Entity Framework?

entity-framework

Errors during Code First add-migration

Entity Framework Core cascade delete one to many relationship

Linq-to-Entities Dynamic sorting

c# linq entity-framework

Generate a composite unique constraint/index, in EF Core

'propertyName' cannot be used as a property on entity type 'typeName' because it is configured as a navigation

DeleteObject() in foreach loop

System.Data.Entity.DataBase can't be found

How to use System.Lazy with Setter to Lazy Initialization of List in POCO Entities?

Entity framework code first migrations, sql user permissions?

Is an outer join possible with Linq to Entity Framework

Column names in each table must be unique. Column name 'StripeRecipientId' in table 'dbo.Foos' is specified more than once

How to set properties on a generic entity?

c# entity-framework

Is it possible to capture a 0..1 to 0..1 relationship in Entity Framework?

DbSortClause expressions must have a type that is order comparable parameter Name :Key

c# entity-framework

How to save an image to Database using MVC 4

What is model column in MigrationHistory table?