This is a DotNet Core web api repo that uses Dapper to fetch data from a Postgres database. Dapper is a simple object mapper for the Microsoft .NET platform. It is a framework for mapping an ...
This project is a REST API designed to compare the performance of two of the most popular database access technologies in the .NET ecosystem: Dapper and Entity Framework Core. The main goal of this ...