Search code examples
What's the difference(s) between .ToList(), .AsEnumerable(), AsQueryable()?...


entity-frameworklinqentity-framework-core

Read More
DbArithmeticExpression arguments must have a numeric common type...


c#entity-frameworkentity-framework-coreado.net

Read More
An exception was thrown while attempting to evaluate the LINQ query parameter expression...


c#entity-framework-core.net-8.0pomelo-entityframeworkcore-mysql

Read More
Entity Framework Core self referencing many-to-many relationship...


c#entity-framework-core

Read More
Scaffolding Minimal Api with a separate DbContext project throws error "Could not load informat...


c#asp.net-coreentity-framework-corescaffoldingminimal-apis

Read More
EFCore.BulkExtensions 10: how to update only selected properties of an Owned entity?...


c#.netentity-framework-core

Read More
DefaultIfEmpty Exception "bug or limitation" with EF Core...


c#linqlambdaentity-framework-core

Read More
How can I guarantee idempotent processing with EF Core when two application instances handle the sam...


c#entity-framework-core.net-8.0

Read More
How do I use TPC to generate a sequence for each inherited entity in EF Core?...


c#entity-framework-corenpgsqltpc

Read More
EF Core execute procedure with many User-Defined Table Type...


c#stored-proceduresentity-framework-coreef-database-first

Read More
what is the path to login page?...


asp.net-coreentity-framework-corecode-generation

Read More
How to extend subset of products by ones determined by few product groups?...


sql-serverentity-framework-coreef-core-8.0

Read More
Recommended approach to show a custom user property in a view?...


c#asp.net-coreentity-framework-coreasp.net-core-identity

Read More
SQL to LINQ - Case Expression...


c#linqentity-framework-corelinq-to-sql

Read More
how to handle 'QuerySplittingBehavior' warning...


entity-framework-coreef-core-5.0

Read More
'DbContextOptionsBuilder' does not contain a definition for UseNpgsql()...


c#postgresqlentity-framework-core

Read More
Validation 30000 No Type Specified for the Decimal Column...


c#entity-framework-coreef-core-2.0

Read More
Dynamically changing schema in Entity Framework Core...


c#asp.net-coreentity-framework-coredatabase-schema

Read More
Is there an EF Designer in .NET 6.0+?...


.net-coreentity-framework-coreado.net.net-6.0edmx-designer

Read More
How to map complex property from stored procedure results in Entity Framework Core?...


c#sql-serverstored-proceduresentity-framework-core

Read More
How can I reuse the logic in a .Include.Where() call while working with Entity Framework Core in .NE...


.netlinqentity-framework-corelinq-expressionsef-core-8.0

Read More
Method not found: System.String Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.get_Name()...


c#.netasp.net-coreentity-framework-core.net-9.0

Read More
How to get max length of a property using Entity Framework Core...


c#.net-coreentity-framework-core

Read More
Can't get two DbContexts to work in same ASP.NET Core solution with EF Core / SQL Server...


c#asp.net-coredependency-injectionentity-framework-coredbcontext

Read More
How to get an overloaded == operator to work with LINQ and EF Core?...


c#linqentity-framework-coreoperator-overloadingequality

Read More
EF Core scaffold - unique index with WHERE condition produces a 1:1 mapping instead of 1:n...


c#entity-framework-corenpgsqlef-core-10.0

Read More
EF Core nested Linq select results in N + 1 SQL queries...


c#sql-serverlinqentity-framework-coreselect-n-plus-1

Read More
In EF Core is it possible to map a `System.Version` column keeping the type's unique sorting pro...


postgresqlentity-framework-corenpgsql.net-9.0

Read More
Load additional columns to in-memory collection...


c#.net-coreentity-framework-core

Read More
oracle sequence with entity framework core throws ORA-02287...


entity-framework-coreoracle.manageddataaccess

Read More
BackNext