Chapter 15: Getting Started with Vertical Slice Architecture

In this chapter, we'll explore Vertical Slice Architecture, which moves all elements of a feature back together. It is almost the opposite of layering, but not totally. Vertical Slice Architecture also gives us a clean separation between requests, leading to an implicit Command Query Responsibility Segregation (CQRS) design. We piece all of that together using MediatR, which we explored in the previous chapter.

The following topics will be covered in this chapter:

  • Vertical Slice Architecture
  • A small project using Vertical Slice Architecture
  • Continuing your journey: A few tips and tricks

Vertical Slice Architecture

As was said at the beginning of the previous chapter, instead of ...

Get An Atypical ASP.NET Core 5 Design Patterns Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.