Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

SqLite in memory database : CREATE TABLE does not work?

c# sql entity-framework sqlite

How to include only specific properties of navigation property into the query by entity framework when lazy loading disabled?

EF Core seeding mechanism isn't working with relationships

Dotnet 5 scaffold changing table names

c# entity-framework .net-5

Unity DI Inject DbContext with PerRequestLifetimeManager

Unable to get correct DbContext reference in ASP.NET Core action filters

How to get a count of records with entity framework and repository pattern

IQueryable<T> Join with Where Condition Entity Framework 6.0

c# .net entity-framework linq

Rollback transaction throws "There is already an open DataReader associated with this Command..." error

The type arguments for method GroupJoin cannot be inferred from the usage

c# linq entity-framework

DbFunctions.DiffDays() results in: This function can only be invoked from LINQ to Entities

c# entity-framework linq

Multiple object sets per type are not supported. The object sets IdentityUsers'and Users can both contain instances of type

How do I map a column to uppercase in .NET 4.5 C# Entity Framework 6 using both Oracle and SQL Server?

How do you determine subtype of an entity using Inheritance with Entity Framework 4?

When executing the command "Scaffold-DbContext" I get the error "ScriptHalted"

Testing database calls C#

MySQL with Entity Framework 6

c# mysql entity-framework

How to implement pivot data in Entity Framework?

c# entity-framework linq