Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

IdentityServer4 PersistedGrantDbContext & ConfigurationDbContext

The SqlParameter is already contained by another SqlParameterCollection when NOT using a SqlParameterCollection

DbContext has been disposed

DbSet.FirstOrDefault()?

Generic Merge of DbContext: how to check if entity is all ready attached?

Entity Framework (4.2) HasRequired results in unexpected LEFT OUTER JOIN

Entity Framework Code First: SaveChanges is not atomic

EF and repository pattern - ending up with multiple DbContexts in one controller - any issues (performance, data integrity)?

How to update an entity's navigation properties in Entity Framework

Convert DbContext to Datatable in Code first entity framework

Type or namespace name Mock<> could not be found Entity Framework 6

How to specify the name of the table to be used by DbContext

"Object reference not set to an instance of an object" - but nothing is null?

Top per group: Take(1) works but FirstOrDefault() doesn't?

Is it always better to use 'DbContext' instead of 'ObjectContext'?

Get List of Modified Objects within Entity Framework 7

Refreshing Sql Connection Azure AD access token inside long-lived Entity Framework Context

.net Core 2, EF and Multi Tenancy - Dbcontext switch based on user

Using multiple dbcontext instances and dependency injection