Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

FirstOrDefault() when retrieving a single field value

How to Create DB Context File in hibernate in java like Entity Framework c#

How to properly configure the `services.AddDbContext` of `ConfigureServices` method

Why is DbContext (ASP.NET) null in MyService?

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