Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to see SQL query in SQL profiler?

Updating my EF model to use 4.1 when I built it in 4.0

Best practice to implement business logic validation - Entity Framework

c# entity-framework entity

Does an entity model fire an event when its data changes?

Where to run a duplicate check for an entity

How can I select items with Linq by Date while ignoring Time portion of a DateTime property?

c# .net linq entity-framework

Entity Framework - Duplicate parent(one) when create new child(many)

entity-framework

Does EF5 DbContext.SaveChanges handle transaction commit and rollback?

Always have error "The ObjectContent 1 type failed to serialize the response body..."

Generic access to DbContext

How do I create the asp.net Identity tables manually with migrations?

SQL generated by EntityFramework StartsWith() contains plan altering ESCAPE '~' (tilde)

Entity Framework Connection wizard cant find my Database

EF returns old values

c# entity-framework mvvm

Map same Model class for multiple purposes in Entity FrameWork

One or Zero to One Entity Framework Code First FluentApi

EF 6 how to set two foreign keys to same table

c# entity-framework

"The number of properties in the Dependent and Principal Roles in a relationship constraint must be identical" issue in entity framework

TransactionScope locking table and IsolationLevel

Delete multiple Items from a List of Id's using Entity Framework