Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

EF get list of records in runtime from Type

Insert new/Update existing record with one to many relationship

EF 6 Code First, changing a Foreign Key Id with an Include on navigation property causes "A referential integrity constraint violation occurred" error

Using Both ObjectContext and DbContext

The element 'entityFramework' has invalid child element 'providers'. List of possible elements expected: 'contexts'

'MySQLDbContextOptionsBuilder' does not contain a definition for 'ServerVersion'

DbContext.Entry attaching Entity

Multi-tenancy web application with filtered dbContext

npgsql schema "dbo" does not exist

asp.net mvc 4 - Okay to share DbContext per thread?

Ramifications of using DBContext with Dependency Injection

C# Entity Framework DBContext

How to check whether DbContext.Set<T> exists in model?

The entity type is not part of the model, EF 5

Splitting DbContext into multiple contexts with overlapping DbSets

How should I scope dependency injection of Entity Framework DbContext in a web app? (InstancePerHttpRequest vs SingleInstance)

DbContext not initializing with SQL Server Compact in ASP.Net MVC

System.Data.SqlClient.SqlException: 'Incorrect syntax near '@p0'.'

c# sql-server dbcontext

DbContextOptionsBuilder does not contain a definition for 'UseSqlite'

asp.net dbcontext

Proper way to profile a DbContext using MiniProfiler and EF 5 and Autofac