Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 385 Bytes

.NetLibraries.md

File metadata and controls

23 lines (23 loc) · 385 Bytes
  • ORM
    • Entity Framework Core
    • Dapper
  • DI
    • Micosoft.Extensions.Dependencyinjection
    • AutoFac
  • Redis
    • StackExchang.Redis
  • Log
    • Serilog
  • 实体映射
    • AutoMapper
  • 任务调度
    • HangFire
  • Test
    • xUnit
    • Moq
    • FluentAssertions
    • SpecFlow
  • 异常处理
    • Polly
  • 分层架构
    • MeditaR