Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is CQRS compatible with Entity Framework Self Tracking Enities / WCF RIA Services?

EF with Azure - Mixing SQL Server and Windows Azure Storage

EF Code First: Where can I find the SavingChanges Event?

WebApi with EF Code First generates error when having parent child relation

EF 4.3 migration renaming column instead of deleting it

Entity Framework dbset most efficient way of deleting

linq entity-framework dbset

Which part of this relationship WillCascadeOnDelete(true)?

IQueryable<T> gives different result than a List<T>

c# linq entity-framework

LINQ Select Dynamic Columns and Values

c# wpf entity-framework linq

Unit test an Entity Framework generic repository using Moq

How to convert DateTime to TimeSpan in Entity Framework query

HIbernate Can't delete Entity with foreign key. Foreign key gets set to null

Entity Framework - An item with the same key has already been added. - Error when trying to define foreign key relationship

Conditional eager loading?

Generate SQL for SQLite database from Entity Framework Model

How to scope out Dbcontexts (to prevent singleton context for entire application)

Deleting multiple records with Entity Framework using a single LINQ query

c# linq entity-framework

What does EntityFramework Code First do with property getters/setters?

EF5 db.Database.SqlQuery mapping returned objects

Entity Framework returns wrong data for view with LEFT JOIN statement

c# sql entity-framework