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

https://github.com/pksilen/clean-code-principles-csharp


https://github.com/pksilen/clean-code-principles-csharp

Last synced: 2 months ago
JSON representation

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