Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

System.Data.MetadataException: Unable to load the specified metadata resource

How to debug a Linq Lambda Expression?

EF 5 Changing Connection String at Runtime

Why does DbSet.Add work so slow?

Entity framework Include command - Left or inner join?

EF Core 2.2 LINQ query not working in EF Core 3.0

Entity framework context as static

asp.net entity-framework

Entity Framework - what is the current command timeout value

How do I use Moq and DbFunctions in unit tests to prevent a NotSupportedException?

Scope of AsNoTracking within LINQ query in Entity Framework

entity-framework

Why does Entity Framework return null List<> instead of empty ones?

The right way to insert multiple records to a table using LINQ to Entities

Using sql date data type and EF4

How to fix: The number of properties in the Dependent and Principal Roles in a relationship constraint must be identical?

Entity Framework How to see SQL statements for SaveChanges method

c# .net entity-framework

Using EF Core ThenInclude() on Junction tables

Entity Framework 6 - How can I view the SQL that will be generated for an insert before calling SaveChanges

c# entity-framework

Why is EF returning a proxy class instead of the actual entity?

c# entity-framework

Keyword not supported: 'server'

How to combine Find() and AsNoTracking()?

c# entity-framework