Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Mapping a long data property to int in database

Entity Framework Login Failed Error

.net wcf entity-framework

Change schema of IdentityUser Tables in Web Api 2

Entity Framework inserting new rows instead of updating them

Error in CodeFirst Seed with migrations : Modifying a column with the 'Identity' pattern is not supported. Column: 'CreatedAt'.

How can I delete object with DbContext in c#?

Adding a migrations gives filename already exists

Dependency injection causing poor performance (ASP.NET MVC)

How to support OData query syntax but return non-Edm models

entity-framework odata

How to write this EF Mock setup code as a reusable Generic Boilerplate?

String Comparison exception within Entity Framework FirstOrDefault

How to run sql script with Entity Framework in .NET Core 1.0?

c# sql .net entity-framework

EntityFramework 6.1.3: The type 'IdentityDbContext<>' is defined in an assembly that is not referenced

c# entity-framework

.net core entity framework (EF Core) table naming convention

Many to one migrations fails on foreign key long

c# entity-framework

.NET Core Entity Framework InvalidOperationException

DBContext System.ObjectDisposed Exception with .NET Entity Framework Core, Dependency Injection and threading

What are the alternatives to using Expand in a LINQ to ADO.net Data Service Query?

DB Design: more tables vs less tables

ADO.NET Entity Framework and NHibernate - when to use one over the other