zzz projects Dapper Tutorial
Getting Started Documentation 3rd Party Libraries Knowledge Base Online Examples
  • Getting Started
  • Documentation
  • 3rd Party Libraries
  • Knowledge Base
  • Online Examples
  •   Download  

Dapper Tutorial - Knowledge Base (KB)

2 results for: in tag: thread-safety

What Interlocked.CompareExchange is used for in the dapper .net method?

In dapper code in ...Link.TryAdd... method, there is the following piece of code:...var snapshot = Interlocked.CompareExchange(ref head, null, null); ...Why is this required instead of simple:...var snapshot = head; ...both lines do not change the value o...
.net c# dapper thread-safety
asked by Andrew Savinykh

Are Dapper QueryMultiple/Query/Execute methods thread safe?

I'm using Dapper QueryMultiple/Query/Execute methods in my .net 4.5 code (Parallel library), I would like to know if it is thread safe....Thank you,...Monica
.net dapper multithreading sql-server thread-safety
asked by Monica

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...