Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method

c# .net linq entity-framework

Entity Framework 6 Compiled LINQ Query

How to add OPTION RECOMPILE into Entity Framework

entity-framework

Disabling Entity Framework proxy creation

c# entity-framework

InvalidOperationException: Cannot use table 'xxxx1' for entity type 'xxxx2' since it is being used for entity type 'xxxx1'

EF: db.SaveChanges() vs dbTransaction.Commit

EF models. Navigation properties can only participate in a single relationship

Self Tracking Entities - AcceptChanges cannot continue because the object's key values conflict with another object in the ObjectStateManager

How can I build Entity Framework queries dynamically?

Entity Framework Code First and CA2227 "Collection Properties should be read only"

Casting IQueryable to IOrderedQueryable generically

What is the best method for making database connection (static, abstract, per request, ...)?

EF Code First: Add row to table with a non-identity primary key

"The semaphore timeout period has expired" SQL Azure

EF Core 2.1.0 set default string length and column type

Composite DB keys with Entity Framework 4.0

Entity Framework POCO SaveChanges() on Update doesn't work?

Is it good practice to use EntityObjects as a Model (MVC)?

Entity Framework code first migrations throwing error

Entity Framework 5 - Looking for Central Point to Execute Custom Code after Entity is Loaded from Database