Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 356 Bytes

Readme.md

File metadata and controls

15 lines (13 loc) · 356 Bytes

Clean Architecture Sample For ASP.NET Razor Pages Web Project

The Solution Contains:

  • Application
  • Domain
  • Infrastructure
  • Web (Razor Pages)
  • Tests (xUnit+Moq+FleuentAssertion+Microsoft.AspNetCore.Mvc.Testing)

These Packages & Tools Used In this Project:

  • EntityFramework
  • MediatR
  • FluentValidation
  • AutoMapper
  • RelationalDatabase (Sql Server)