Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

What's the best way to turn an EF proxy object into the original POCO object?

Overriding the EntityFramework SaveChanges - Grab the SQL and call a custom proc

Incorrect value when saving enum

Entity Framework Dynamic DbSet for all entities

MVC 4 - EF Model w/ Spaces

Saving a large graph with Entity Framework 5

Entity Framework 5, switch from code first to database first?

Whats the difference between IQueryable and DbQuery?

Entity Framework 5 and XElement fields

How do I gracefully reattach an Entity Framework 5 POCO structure and save it?

Web.config configuration for EF Migrations

Both One-To-One and One-To-Many relationships in Entity Framework 5 Code First

Multiple DbContext classes use the same connection string?

EF Code First Fluent API define unique constraint

Displaying results of a Stored Procedure in MVC View (EF 5 / MVC 4)

EF - Generate script from previous migration

Initiating 2 DBContext objects one for logs and the other for Business Data inside c# console application

What do I need to add into OnModelCreating(DbModelBuilder modelBuilder) function to define relations between Person and Role?

Entity Framework - getting a table's column names as a string array

EntityType 'DbGeography' has no key defined