Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

My studies about .Net

Roadmap based in the DotNet-Developer-Roadmap repository.

Firsts steps

Others

Librarys

  • Serilog - Best for Structured Logging.
  • EFCore - The recommended way to interact with your Relational Databases.
  • MediatR - To implement the mediator pattern, and separate your application's read/write concerns.
  • FluentValidation - Validate your requests and models.
  • Hangfire - Best for Background Jobs.
  • Polly - Helps build resilient HTTP applications.
  • Dapper - Object Mapper using RAW SQL.
  • Refit - Best REST Library.
  • XUnit - Best way to write Unit Tests!
Theme Status Article
In progress -

About

Documenting my DotNet Roadmap study

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors