Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

The member with identity 'component_type_name' does not exist in the metadata collection.\r\nParameter name: identity

Entity Framework - Excessive data loads with Views

How to change where EntityFrameworkCore migrations are stored?

EF 4.3 migrations throwing "Unable to open configSource file"

Unable to cast the type 'x' to type 'y'. LINQ to Entities only supports casting EDM primitive or enumeration types

Equivalent of GetCommand() function of (Linq to Sql) in (Linq to Entity)

Entity Framework - Repository check (Big text)

How does Entity Framework find Down() methods when my code migrations are behind my database migrations?

How to get all elements from linq query?

Can EF Core invoke methods in queries against properties which have conversions?

DBSet.Where(...).Delete() -> "no matching element" which is not true

Can't cast Int to Decimal with EF Core?

Building a dynamic expression tree to filter on a collection property 2