Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 780 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 780 Bytes

This repo is based on github.com/passenger-stack's 'Passenger' repository.
I created it for studying purposes to learn about .NET Core, ASP.NET, C#, Git, and concepts such as:

  • Authentication & Authorization
  • Caching
  • Commands and Command Handlers
  • CQRS (Command and Query Responsibility Separation)
  • DDD (Domain Driven Design)
  • DI (Dependency Injection)
  • DTO (Data Transfer Object)
  • IoC (Inversion of Control)
  • JWT (JSON Web Tokens)
  • Mocks & Stubs
  • MVC (Model-View-Controller)
  • Onion Architecture
  • REST (Representational State Transfer)
  • RWS (RESTful Web Services)
  • TDD (Test Driven Design)
    and many more.

If you're new to any of these concepts, I wholeheartedly encourage you to check out the 'original' repo, that is, 'Passenger' by @passenger-stack.