Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

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

Cannot register IRelationalTypeMappingSource

Where to subscribe to ObjectMaterialized using EF6?

'Microsoft.EntityFrameworkCore.Infrastructure.IDbContextFactory`1[TContext]' violates the constraint of type parameter 'TContext'

c# System.AccessViolationException: Attempted to read or write protected memory.?

Ignore duplicate entries and commit successful ones on DbContext.SaveChanges() in EF Core

DbContext SaveChanges() - Detecting updated entities

How do I mock DbContext using NSubstitute and then add/remove data

Storing data between requests in dbcontext

How to set database column as "Sparse" when using EF Code First Fluent API?

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?