Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

How to Add existing entity as a new Entity with Entity Framework

c# .net entity-framework

Unable to use a Stored Procedure with my Entity Framework v4 + POCO's :(

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

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

c# entity-framework lambda

OData read-only property

Which LINQ statements force Entity Framework to return from the DB?

c# linq entity-framework

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