Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

change OwinContext dbContext on runtime

EF Core 3: CLI "Migrations add" fails on "No database provider has been configured for this DbContext"

What happens to my DbContext after I run a stored procedure that modifies my entities?

ASP.NET 5, Entity Framework 7 & SQL Server 2014 - multiple dbContexts, SQL views

why when i want use EF Power tools for view my model i get error?

Defining data annotation using DbContext versus Objectcontext in the database first approach

migrating to dbcontext LINQ where clause string parameter

c# linq where-clause dbcontext

Entity Framework update DB problem when use AutoDetectChangesEnabled=false

'Cannot access a disposed context instance.' error when calling a method from a repository

DotNet Core , No database provider has been configured for this DbContext

There is already a generated proxy type for the object layer type 'MyProject.Model.Applications'

When does EF Core DBContext dispose Sql Connection?

'AddDbContext' was called with configuration, but the context type only declares a parameterless constructor

Instantiate multiple DbContext manually without dependency injection

EF 6 - Invalid column name 'Discriminator', two DbContexts

EF ChangeTracker Accessing Tracked Entity and its navigation collection

EF get dbset name in runtime from Type

Execute complex raw SQL query in EF6