https://github.com/pksilen/clean-code-principles-csharp
https://github.com/pksilen/clean-code-principles-csharp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pksilen/clean-code-principles-csharp
- Owner: pksilen
- Created: 2023-11-07T08:13:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T07:48:21.000Z (9 months ago)
- Last Synced: 2025-01-29T07:30:49.103Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clean-code-principles-csharp
## Libraries
ORM: EFCore, Dapper
Validation: FluentValidation
API: SIgnalR
Testing: FluentAssertions, Moq, Bogus
Logging: Serilog, Nlog
DI: Microsoft.Extensions.DependencyInjection + Scrutor or Autofac
Background tasks: Hangfire
HTTP Clients: Polly, RestSharp, Refit
Auth: Microsoft.AspNetCore.Authentication.JwtBearer
MassTransit, NServiceBus