Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

C# EF 4.1 Create table dynamically within DbContext

what is UserQuery in Linqpad? [duplicate]

linq c#-4.0 dbcontext linqpad

Differences between create our own UoW/Repository vs using DbContext directly

Manually Provide DbContext to DbMigrator

MVC 5 - Controller dispose method

Initiating 2 DBContext objects one for logs and the other for Business Data inside c# console application

DbContext ChangeTracker: Id of Added Entity for Auditing

Entity Framework 5 code first - where is the database created

MVC, DbContext and Multithreading

Ninject scoping for DBContext used in Quartz.Net job

How to inject DbContext into repository constructor in ASP.NET core

Best way of testing Repositories which use DbContext

Finding entities with same key in an object graph for preventing "An object with the same key already exists in the ObjectStateManager" Error

How to fix 'A second operation started on this context before a previous operation completed...' when working with dependency injection?

Entity Framework 4.1 auto generate with DbContext when creating ADO.NET Entity Data Model

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

How to Refresh DbContext