Skip to content

.NET Core 8.0 - CRUD - Web API Clean Architecture using Repository Pattern and Dapper.

Notifications You must be signed in to change notification settings

Khan-Ataur-2/CRUD_WebAPI_CleanArch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

.NET Core 8.0 - CRUD - Web API Clean Architecture using Repository Pattern and Dapper.

I have used following tools, technologies, and framework in this project:

  • Visual Studio 2022 and .NET 8.0
  • C#
  • MS SQL DB
  • Clean Architecture :
  • The Clean Architecture is the system architecture guideline proposed by Robert C. Martin also known as Uncle Bob. It derived from many architectural guidelines such as Hexagonal Architecture, Onion Architecture, etc.
  • Dapper (mini ORM)
  • Dapper is a simple Object Mapper or a Micro-ORM and is responsible for mapping between database and programming language.
  • Repository Pattern
  • Unit of Work
  • Swagger UI
  • API Authentication (Key Based)
  • Solution and Project setup:

    About

    .NET Core 8.0 - CRUD - Web API Clean Architecture using Repository Pattern and Dapper.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • C# 100.0%