Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

How do I unit test a repository that uses DbContext with NSubstitute?

When do I need to specify DbSet in EF's DbContext?

How to setup readonly collection property with backing field in EF Core 2.2

How to dynamically change column name on model creating in Entity Framework context class

Lazy Loading Not Working After SaveChanges Entity Framework

Entity Framework Code-First: "The ObjectStateManager cannot track multiple objects with the same key."

Using Entity Framework Core DbContext Pooling with Simple Injector

Inherits from DbSet<T> with the purposes to add property

Dispose method in web api 2 web service

How can I append information to every SqlCommand emitted by a DbContext?

Using IQueryable<TEntity> instead DbSet<TEntity> problem

MVC3/Razor Add Controller "Get-PrimaryKey" is failing to find the Primary Key

Net core DbContextPool vs AddDbContextPool and more

DbContext code generation stategy fails with Entity framework 5 and VS 2012

Right way to work with dbContext

NULL handling in dbcontext and objectcontext