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: nunit

Unit testing Dapper Update

Database.Setup(x => x.Update(It.IsAny<Subscription>())) .Callback<object>(sub => SavedSubscription = sub as Subscription); ...This line works with PetaPoco. Because of project requirements, had to switch to Dapper (and also had to add ...
dapper extension-methods moq nunit unit-testing
asked by ilija veselica

When run integration tests throw SqlException

I am running integration tests. Before starting the test, I deleted the database and create it again. The first test is successful. But at the start of the second test I get an exception:...SetUp : System.Data.SqlClient.SqlException : Cannot drop database...
c# dapper integration-testing nunit
asked by Alexey Anisimov

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