Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

When does Dapper 'materialize'? Like Entity materializes at ToList()

entity-framework orm dapper

How to get max value of a string column of numbers in Entity Framework [duplicate]

c# sql linq entity-framework max

Filtering for certain sub-types in EF-Core and TPT-inheritance in WebApi

How do you read Json data sent by SQL Server in C#?

"Processing of the LINQ expression 'GroupByShaperExpression" Got error after upgrade to ef core . 5

String concatenation in GroupBy

Passing a parameter to a linq predicate

How to map a stored procedure result to a custom class?

There is already a generated proxy type for the object layer type 'MyProject.Model.Applications'

ExecuteSqlCommand in .NET Core

Project Linq Query Result onto complex object

c# linq entity-framework

How to Keep Entity Framework Code First from using Derived Classes that Aren't Part of the Model

Entity Framework Core - Inserting data with foreign key values

How do I construct a function that allows me to pass in several includes for EF via params?