Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to configure navigation property for custom SQL in EF Core 5

Linq to SQL and Entity Framework differences?

Working with GUIDs and Entity Framework

How to map int into enum with EF

c# entity-framework

How do you insert or update many to many tables in .net entity framework

OUTER APPLY is not supported by MySQL

How to implement table-per-concrete-type strategy using entity framework

System.Data.EntityException: The underlying provider failed on Commit

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

c# entity-framework lambda

OData read-only property

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

Force Entity Framework 5 to use datetime2 data type

Best pattern for storing (product) attributes in SQL Server

How to use ASP.net Core 1 "SignInManager" without EntityFramework