Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

An exception of type 'System.Data.Entity.Core.EntityException' occurred in EntityFramework.SqlServer.dll but was not handled in user code

Unit Test with Moq - Value can not be null

Why does EF 6 ignore applied migrations if I move the Migrations folder?

EF - context.Set<t> vs context.T

c# entity-framework

Get output parameter value of a stored procedure using EF Core?

How to get minimum from multiple date columns in linq?

c# entity-framework linq

C# Query - Non Static Method Requires a Target

c# entity-framework linq

Entity framework column mapping for complex types

How to specify a multi-column UNIQUE constraint in code-first Entity Framework fluent API

Rider. EF Code First Migrations

How can I make a c# decimal match a SQL decimal for EF change tracking?

Deleted entities show up as modified in Entity Framework Core's ChangeTracker

EF Core using Let in query throw "Argument types do not match" exception

The required column 'CustomerId' was not present in the results of a 'FromSql' operation

Nested expression building with linq and Entity Framework

How to query Code First entities based on rowversion/timestamp value?

Testing Entity Framework with fixtures

How to Refresh DbContext

Can I use dapper-dot-net with Entity Framework?

Entity Framework duplicate object and all child properties

c# entity-framework