Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

Custom Membership + Ninject + InRequestScope = ObjectContext instance has been disposed

Adding record duplicates other object using entity framework

Two (almost) concurrent DbContexts causing problems: How to share between Controller and AuthorizeAttribute

Dispose DbContext not dispose the ObjectContext entities

Creating a Trigger with ExecuteSqlCommand() Throws "Incorrect syntax near the word 'TRIGGER'."

ASP.NET MVC: Where does a DBContext class go?

asp.net-mvc 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"