Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How do you set Entity Framework to cascade on delete with optional foreign key?

Entity framework 6 providing repositories and UoW out of the box

How do we configure conventions on Entity Framework 7?

Domain Modeling Question using C# with Entity Framework CTP 4

A column ID occurred more than once in the specification?

Entity Framework Design - Multiple "Views" for the data

Entity Framework Code First and Connection Strings

EF5 Code First and RIA Services Silverlight "Object reference not set to an instance of an object" error building client

Entity Framework 5 codefirst / Required and optional foreign key relations are null

Create Foreign Key using Data Annotations

'CREATE FUNCTION' must be the first statement in a query batch. Entity Framework Code First

Entity Framework 6 Creating Two table from the same entity object

How to eager load child entities using repository pattern

EF Code First 4.1 - How to configure one to many relationship with default

How to do property type conversion in EF 4.1 Code First

Is there a performance difference between Model First and Code First in MS Entity Framework 4.1?

Transactional operation with SaveChanges and ExecuteStoreCommand

Cannot update many-to-many relationships in Entity Framework

Querying Many to Many and Conditional Where

Foreign Key vs. Independent Relationships - is there improvement with Entity Framework 5?