Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Get Specific object after a join using LINQ

c# entity-framework linq

TransactionScope transaction = new TransactionScope() VS TransactionScope s = context.Connection.BeginTransaction()

Include not working with join entities

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