An open API service indexing awesome lists of open source software.

https://github.com/seungyongshim/practice-webapi-akka-dapper-sqlite-postgresql

Practice Design using Microsoft.Extensions
https://github.com/seungyongshim/practice-webapi-akka-dapper-sqlite-postgresql

akka-di akkadotnet csharp dapper ms-di postgresql sqlite unitofwork uow webapi

Last synced: 4 months ago
JSON representation

Practice Design using Microsoft.Extensions

Awesome Lists containing this project

README

          

# BestPractice-WebAPI-Akka

## Akka.NET DI
- https://github.com/akkadotnet/akka.net/pull/3862
- WIP

## IHostedService
- https://docs.microsoft.com/ko-kr/dotnet/architecture/microservices/multi-container-microservice-net-applications/background-tasks-with-ihostedservice
- https://docs.microsoft.com/ko-kr/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-3.1&tabs=visual-studio

## RabbitMQ
- https://docs.microsoft.com/ko-kr/dotnet/architecture/microservices/multi-container-microservice-net-applications/rabbitmq-event-bus-development-test-environment

## TestUserSample
```json
{
"blob": "/wE=",
"password": "1",
"useR_GROUP": "2",
"useR_NAME": "3"
}
```

## Xunit.DependencyInjection
- https://github.com/pengweiqhca/Xunit.DependencyInjection

## Strategy-pattern with Microsoft.Extensions.DependencyInjection
- https://adamstorr.azurewebsites.net/blog/aspnetcore-and-the-strategy-pattern

## Options pattern in .NET
- https://docs.microsoft.com/ko-kr/aspnet/core/fundamentals/configuration/options?view=aspnetcore-3.1

## ASP.Net Core with Akka.NET
- https://havret.io/akka-net-asp-net-core

## How NOT to use the repository pattern
- http://blog.marcinchwedczuk.pl/repository-pattern-my-way

## Reflecting architecture and domain in code
- https://herbertograca.com/2019/06/05/reflecting-architecture-and-domain-in-code/

## Layers, onions, hexagons and the folly of application-wide abstractions
- https://www.ben-morris.com/onions-hexagons-layers-and-folly-of-application-wide-abstractions/

## The generic repository is just a lazy anti-pattern
- https://www.ben-morris.com/why-the-generic-repository-is-just-a-lazy-anti-pattern/