Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

Are Find and Where().FirstOrDefault() equivalent?

how to create an audit trail with Entity framework 5 and MVC 4

How to use an existing enum with Entity Framework DB First

Unit Of Work & Generic Repository with Entity Framework 5

Filter all navigation properties before they are loaded (lazy or eager) into memory

Entity Framework 5 Migrations: Setting up an initial migration and single seed of the database

Is it possible to query Entity Framework before calling DbContext.SaveChanges?

A relationship is in the Deleted state

Most efficiently handling Create, Update, Delete with Entity Framework Code First

How turn off pluralize table creation for Entity Framework 5?

EF 5 Migrations cannot connect to our database even though it does just fine at runtime

How can I resolve this error: Loading the include file 'EF.Utility.CS.ttinclude' returned a null or empty string

How can I stop Entity Framework 5 migrations adding dbo. into key names?

ASP.NET MVC 4, Migrations - How to run 'update-database' on a production server

Ignore TransactionScope for specific query

How do you downgrade a Entity Framework 5 migration in Visual Studio 2012?

Adding CreatedDate to an entity using Entity Framework 5 Code First

Updatable Views in Entity Framework 5/6

System.Data.Spatial DbGeography.Distance units?

EntityFramework: How to configure Cascade-Delete to nullify Foreign Keys