New posts in entity-framework-6

Does Entity Framework support parallel async queries? [duplicate]

Enable Entity Framework 6 for MySql (C#) in WinForms of Microsoft Visual Studio 2013

Entity Framework 6: audit/track changes

Lazy Loading vs Eager Loading

Database.BeginTransaction vs Transactions.TransactionScope [duplicate]

How to update record using Entity Framework Core?

How to create index in Entity Framework 6.2 with code first

There is already an object named in the database

Mapping composite keys using EF code first

DbSet.Attach(entity) vs DbContext.Entry(entity).State = EntityState.Modified

Scalable Contains method for LINQ against a SQL backend

How are people unit testing with Entity Framework 6, should you bother?

Setting unique Constraint with fluent API?

Setting schema name for DbContext

How to connect to LocalDB in Visual Studio Server Explorer?

How to update record using Entity Framework 6?

Entity Framework Provider type could not be loaded?