Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 6 migrations : create index with include columns code first

c# entity-framework

Managed Debugging Assistant 'FatalExecutionEngineError' 0xc0000005

EF6: navigation property foreign key to foreign key

entity-framework

EF Core 2.0 - System.NotSupportedException On Add [duplicate]

EF DBFirst, table gets removed from model

EF Core DatabaseGeneratedOption.Computed not working

Database.EnsureCreated() not creating tables

Foreign key with constant in Fluent API

Getting a list of entities from a table leads to 500 error - Entity Framework

Logging all Entity Framework queries in the debug window in DB-First Approach

One to zero-or-one relationship: Cannot insert explicit value for identity column in table when IDENTITY_INSERT is OFF

c# asp.net entity-framework

How to use Entity Framework for applications with many clients

Entity Framework's model caching makes it useless with large amounts of database schemas

How do I dynamically construct an Expression Tree to use with anonymous types

How to get data by mutiple values on one column with different values on other columns from database in Entity Framework?

Project X targets framework '.NETStandard'. The Entity Framework Package Manager Console Tools don't support this framework

How to solve the greatest-n-per-group problem with Entity Framework (Core)?

Include nested entities using LINQ

Entity Framework: The provider did not return a providermanifest instance

Organizationally, where should I put common queries when using Entity Framework Code First?