Problem I want to test my CRUD operation to a MySql database (I use dapper as my ORM). This is […]
Tag: dapper
Querying a database with Dapper
Problem In the current project that I am working on, we are using dapper to query the database and sometime […]
Integration tests for a repository with the help of AutoFixture
Problem I find it hard to do integration tests for a repository and very time consuming. Things I think about […]
CRUD integration test, is it ok?
Problem I want to test my CRUD operation to a MySql database (I use dapper as my ORM). This is […]
Using dapper.net and repository pattern in Azure websites
Problem I’m currently on Azure Websites & Azure SQL, some documentation recommends using Async as much as possible as cloud […]
Is there a better approach to implementing Dapper with Mediatr?
Problem I’m playing around with using Dapper with Mediatr in a .NET Core API. It’s all working nicely. Its a […]
Getting names/values of multiple properties [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Missing Review Context: Code Review requires concrete code […]
Manage connection string
Problem I’m using dapper-dot-net for data access in my ASP.NET MVC application. So in order to supply a connection string […]
Querying a database with Dapper
Problem In the current project that I am working on, we are using dapper to query the database and sometime […]