Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

EF 4.1 - DBContext SqlQuery and Include

Entity Framework 4.1 Database First does not add a primary key to the DbContext T4 generated class

Should EF's DbContext contains all tables?

Separate DbContext for Identity and business operations with same database - is there any advantages?

Entity Framework Code First ignoring connection string, using IIS instead

DbContext and Connection pools

Rollback transaction with 2 DbContexts in Entity Framework. Use TransactionScope or TransactionBegin?

Entity Framework IValidatableObject reference DbContext

How to update an existing Entity from ViewModel using Automapper and EF4 DbContext with Lazy Loading enabled

Entity Framework: Navigation Properties Issue

Confusing articles and documentation about the differences (if any) between System.Data.EntityState.Add & DbSet.Add

How to configure DbContext to work with Oracle ODP.Net and EF CodeFirst?

Entity Framework 6 DBContext with only a subset of all tables

EF CodeFirst: Get all POCO types for DbContext

Using multiple DbContexts with a generic repository and unit of work

Using INotifyPropertyChanged with Entity Framework 6 DbContext Generator

Multiple DbContexts in N-Tier Application

Does EF caches entities between different instances of DbContext?

EF + generic repository + loading related entity: only explicit load works

Problems After Disposing DbContext