Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework error: The ForeignKeyAttribute on property is not valid

Database design: should nested objects have their own table?

Entity Framework - extremely long execution time for stored procedure

.NET Core creating non-nullable FK constraint with IdentityUser

Entity Framework Core disable recursive retrieval of information in .Include() function

How to update the database snapshot to match the database after changes have been made to the model

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