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)

3 results for: in tag: linq-to-sql

Generate a SQL clause using a Linq-to-Sql Expression

I would like to create a repository model that could take an Expression and use Linq-To-Sql to generate the required SQL statement....For example, I have a function such as this:...// Possible criteria Expression<Func<Purchase,bool>> criteria1 = p => p.Pr...
c# dapper linq-to-sql
asked by im_nullable

How to call a L2S provider to translate a predicate in form of Func<T,bool> to a SQL where clause?

I am using L2S in my application but i'm switching more and more to ...dapper.net... because i'm having major issues with query performance and the annoying ...n+1 selects... problem....Its working fine, but i miss the comfortable LINQish style of writing...
dapper linq-to-sql predicate sql sql-server-2008
asked by Jan

xUnit test deadlock

When I run my xUnit unit tests I sometimes get an error message like "Transaction (Process ID 58) was deadlocked on lock resources with another process and has been chosen as the deadlock victim" on one or more of the tests, seemingly randomly. If I re-ru...
dapper linq-to-sql xunit.net
asked by dumbledad

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