Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

EntityFramework gives IDisposable error

entity-framework

With EF6 do I need to use COMMIT and ROLLBACK inside a Stored Procedure?

Entity Framework: insert an object with a foreign key which is already known, but doesn't exist in DB yet

c# entity-framework

How Can I Avoid Deadlocks With Slow Queries

c# sql entity-framework