Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework is throwing an error "Unable to evaluate the expression. Operation not supported. Unknown error: 0x80070057."

{"The specified cast from a materialized 'System.Guid' type to the 'System.Int32' type is not valid."

c# asp.net entity-framework

How to create a temporary table and use it in the same connection with Entity Framework?

Search keywords using EntityFramework

Generic Insert or Update for Entity Framework

c# entity-framework

ASP.NET Core MVC app request never finish

Entity Framework database-first + uniqueidentity result no new guid id

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 to query Code First entities based on rowversion/timestamp value?

Testing Entity Framework with fixtures

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