Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF Context.Set<T>() Method

c# entity-framework

LINQ Left outer join - Object reference not set to an instance of an object

EF entities as domain-models, when decoupling them from views with view-models?

C# EF Code First Seeding Data - Keeps Adding (Instead of updating) [duplicate]

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