Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Mixing EF Core Convensions and DBFunction for a JObject property

The object 'PK_AspNetUserTokens' is dependent on column 'Name'. ALTER TABLE ALTER COLUMN Name failed because one or more objects access this column

How can I populate my audit log UserId field when I don't have access to HttpContext?

Oracle Developer Tools for Visual Studio 2019 can not be installed properly

Error with two structurally incompatible initializations within a single LINQ

c# entity-framework linq

Entity Framework Core - DefaultValue(true) attribute not working

Entity Framework Filter "Expression<Func<T, bool>>"

c# entity-framework lambda

Testing Entity Framework with fixtures

MVC3 App/Service Layer/Repository Layer/POCO Classes/EF4 - Questions!

How to Refresh DbContext

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

Entity Framework duplicate object and all child properties

c# entity-framework