Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Update Problem

Entity Framework Generic Repository

Initializing a POCO Entity using a constructor

Multiplicity constraint violated. The role xxx of the relationship xxx has multiplicity 1 or 0..1

Entity Framework - unmapped entity. Possible?

c# entity-framework

Nullable enum field with Code First Approach doesn't create the enum Field in Database

Is it possible to modify entity object within ObjectStateManagerChanged handler?

Passing connection string to Entity framework at runt time for each call

My Mocked DbContext writes to db in Unit Test using Moq

Can i add a row number in object list while mapping with automapper?

Is there any alternative to DateTime.Ticks or DateTime.TimeOfDay in Linq-To-Entities?

Include children and grandchildren when selecting from database

Entity framework Unidirectional Association One to Many

Reexecuting IQueryable on different DbContext instance?

Update Exception with Entity-Framework?

Entity Framework CTP 5 - Code First Mappings - Can't map properly an enum list

How to deal with sql concurrency issues in a website