Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

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

EF5 Code First Enums and Lookup Tables

NuGet Package Manager Console Default Project dropdown is empty

No context type was found in the assembly

EF 5 Changing Connection String at Runtime

Entity Framework - what is the current command timeout value

Where is the ExecuteStoreCommand method in Entity Framework 5?

EF5 Getting this error message: Model compatibility cannot be checked because the database does not contain model metadata

How do I specify the maximum column length of a field using entity framework code first

Entity Framework - attribute IN Clause usage

Entity Framework Code First Using Guid as Identity with another Identity Column

Entity Framework: I set the foreign key, SaveChanges then access the navigation property, but it doesn't load the related entity. Why not?