Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

DbMigrator does not detect pending migrations after switching database

Azure SQL : Will Applying Index Advisor Changes Impact EF Migrations?

Adding role to AspNetUserRoles table in ASP.NET Identity

Initiating 2 DBContext objects one for logs and the other for Business Data inside c# console application

Unknown column 'Project2.Name' in 'where clause'

c# mysql entity-framework linq

Is there any way to create diagram for localdb?

How can I delete rows from tables using EF when inside an Asp.Net method?

c# asp.net 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 query Code First entities based on rowversion/timestamp value?