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
- Host: GitHub
- URL: https://github.com/seungyongshim/practice-webapi-akka-dapper-sqlite-postgresql
- Owner: seungyongshim
- Created: 2020-10-05T07:49:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T02:08:57.000Z (almost 5 years ago)
- Last Synced: 2025-04-18T03:59:41.612Z (6 months ago)
- Topics: akka-di, akkadotnet, csharp, dapper, ms-di, postgresql, sqlite, unitofwork, uow, webapi
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/