Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to add Serializable attributes in all entities generated by Entity Framework 5.0

c# entity-framework

Entity Framework getting an sql connection

c# entity-framework

Entity Framework Include() is not working within complex query

c# linq entity-framework

What is the best way to marshall data in/out of the plug-ins?

Faking IDbSet<T> with support for async operations

The binary operator Equal is not defined between type Nullable<Int32> and Int32

Put business logic in entity

Best practice calling scalar functions with Entity Framework Core (2.1)

Using Entity Framework Code First Migrations in a DVCS Project

Create new parent and child on the same page

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