Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

Random errors occur with per-request DbContext

Why is the seed method not being called?

Are there DbContext functions not available in ObjectContext?

Server-side validation

validation dbcontext breeze

Windsor and DbContext per request - DbContext has been disposed

MVC 5 Scaffolding with inheritance uses the wrong entity set

Accessing HttpContext.Current.User.Identity.Name in the 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

What do I need to add into OnModelCreating(DbModelBuilder modelBuilder) function to define relations between Person and Role?

How to Refresh DbContext