Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

Using different databases for Debug and Release on Entity Framework Code First (DbContext)

Difference between AddDbContext and AddDbContextFactory

EF DbContext registered with ServiceStack's Funq is disposed when running unit tests

How to create a migration without "No migrations configuration type was found in the assembly" problem?

how to make dbContext ExecuteSqlCommand work with new uncommitted entities

ef-code-first dbcontext

How to handle one class used in multiple db contexts for one database in EF code first?

OutOfMemoryException: using DbContext in Task

c# out-of-memory dbcontext

How can (DbContext) SaveChanges() be used for large number of records? - the solution for the best performance is to be sought and found

Begin transaction with 2 DBContexts

Adding and deleting many-to-many using DbContext API

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