ASP.NET Core Web API with PostgresSQL database and Dapper, using clean architecture

Опубликовано: 01 Июль 2026
на канале: Shafiq Hussain
143
3

I this tutorial, CRUD operations are performed using asp.net core web api, postgres database, dapper, clean architecture.
Async fluent validation.

Github repository
https://github.com/CS070200824/AspNet...

#postgresqltutorial
#postgresql
#postgreswithdapper
#dapper
#cleanarchitecture
#asp.netcorewebapi
#fluentvalidation

Core
Sol.Application
AutoMapper
Microsoft.Extensions.DependencyInjection.Abstractions
FluentValidation.AspNetCore

Infrastructure
Sol.Persistence
Microsoft.Extensions.DependencyInjection.Abstractions
Microsoft.Extensions.Configuration.Abstractions
Npgsql
Dapper

Infrastructure
Sol.Infrastructure
Microsoft.Extensions.DependencyInjection.Abstractions
AutoMapper