zzz projects Entity Framework 6 EF 6
Home EF Core Articles Knowledge Base Online Examples
  • Home
  • EF Core
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework 6 - Knowledge Base (KB)

2 results in tag: read-uncommitted

EF6 with TransactionScope - IsolationLevel.ReadUncommitted but got ReadCommitted first

There is a performance and lock issue when using EF for a update-from-query case on MSSQL 2008. So I put ...ReadUncommitted... transaction isolationlevel, hoping to resolve it, like this,...Before...using (myEntities db = new myEntities()) { v...
c# entity-framework-6 read-uncommitted sql-server transactionscope
asked by Kevin

Running stored procedure in a SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED

I setup a ...DbContext... where I have this code:...base.Database.ExecuteSqlCommand("SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;"); ...in the context constructor. I execute a stored procedure like this:...return base.Database.ExecuteSqlCommand("EXEC...
c# entity-framework-6 read-uncommitted sql-server stored-procedures
asked by Victor A Chavez

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges

EF Extensions
Try for free now
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!