Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

What can Entity Framework Migrations do that FluentMigrator cannot?

EF multi-context with a plugin-style system. How to apply migrations at runtime?

Unnecessary conversion to bigint

Entity Framework 4.3 beta [Column(TypeName)] issue, cannot create columns of type xml

c# .net entity-framework

Can I project an optional reference of an entity into an optional reference of the projection's result type?

What causes EF insert to be much slower than plain ADO.NET?

Parent object is in EntityState.Unchanged, but it still inserted in the Database

Entity Framework : Why WillCascadeOnDelete() Method is ignored?

How to retrieve output parameter from stored procedure by EF code first

Entity Framework: Inheritance, change object type

Extremely slow and inefficient query execution from Entity Framework

Can ASP.NET MVC + EF scaffolding be used after implementing EntityTypeConfiguration classes?

Should I be using a Generic Repository with Entity Framework 5?

Entity Framework - Abstract base class without mapping to DB table

Entity Framework Split Table Delete

Entity Framework Code-First Migrations - Cannot drop constraint because it doesn't exist (naming convention from 4.3 to 5.0)

How can specify ROWGUIDCOL property to Guid type column in code first or with ColumnBuilder?

Entity Framework 6: Adding child object to parent's list vs. setting child's navigation property to parent

Renaming dbo.AspNetUsers table

How DbMigrationsConfiguration is related to a DbMigration in EF