Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Why is inserting entities in EF 4.1 so slow compared to ObjectContext?

navigation property should be virtual - not required in ef core?

Bulk-deleting in LINQ to Entities

What are the downsides to turning off ProxyCreationEnabled for CTP5 of EF code first

Entity framework EF.Functions.Like vs string.Contains

How to change the output folder for migrations with asp.net Core?

No executable found matching command "dotnet-ef"

Stored Procedures and updating EDMX

c# entity-framework

keyword not supported data source

Nullable property to entity field, Entity Framework through Code First

Entity Framework change connection at runtime

EF Core add-migration Build Failed

add-migration causing a "Could not load assembly" error

How to store images using Entity Framework Code First CTP 5?

Reducing Repositories to Aggregate Roots

When should I create a new DbContext()

When should I call SaveChanges() when creating 1000's of Entity Framework objects? (like during an import)

'Contains()' workaround using Linq to Entities?

select top 5 in entity framework

c# entity-framework

How do I undo the last Add-Migration command?