onion-architecture-aspnetcore
This repo contains the source code for the "Onion Architecture in ASP.NET Core" article on Code Maze
File Explorer
Download Latest Version (.zip)- AccountDto.cs
- AccountForCreationDto.cs
- Contracts.csproj
- OwnerDto.cs
- OwnerForCreationDto.cs
- OwnerForUpdateDto.cs
- Account.cs
- Owner.cs
- AccountDoesNotBelongToOwnerException.cs
- AccountNotFoundException.cs
- BadRequestException.cs
- NotFoundException.cs
- OwnerNotFoundException.cs
- IAccountRepository.cs
- IOwnerRepository.cs
- IRepositoryManager.cs
- IUnitOfWork.cs
- Domain.csproj
- AccountConfiguration.cs
- OwnerConfiguration.cs
- 20210710111424_InitialCreate.cs
- 20210710111424_InitialCreate.Designer.cs
- RepositoryDbContextModelSnapshot.cs
- AccountRepository.cs
- OwnerRepository.cs
- RepositoryManager.cs
- UnitOfWork.cs
- Persistence.csproj
- RepositoryDbContext.cs
- AccountsController.cs
- OwnersController.cs
- AssemblyReference.cs
- Presentation.csproj
- AccountService.cs
- OwnerService.cs
- ServiceManager.cs
- Services.csproj
- IAccountService.cs
- IOwnerService.cs
- IServiceManager.cs
- Services.Abstractions.csproj
- ExceptionHandlingMiddleware.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- Dockerfile
- Program.cs
- Startup.cs
- Web.csproj
- .dockerignore
- docker-compose.dcproj
- docker-compose.override.yml
- docker-compose.yml
- OnionArchitecture.sln
- .gitignore
- LICENSE
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
