Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

Using INotifyPropertyChanged with Entity Framework 6 DbContext Generator

Multiple DbContexts in N-Tier Application

Does EF caches entities between different instances of DbContext?

EF + generic repository + loading related entity: only explicit load works

Problems After Disposing DbContext

Updating disconnected entities with many-to-many relationships

ASP.NET MVC 3 EF CodeFirst - DBContext item editing

EF Core / DbContext > Map custom type as primary key

Using DbContext SaveChanges with Transactions

How to use a dbcontext in a static class? (ObjectDisposedException)

Does EF5 DbContext.SaveChanges handle transaction commit and rollback?

Could not load type 'System.ComponentModel.DataAnnotations.Schema.IndexAttribute'

DbContext.Entry performance issue

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