Tags
Language
Tags
November 2024
Su Mo Tu We Th Fr Sa
27 28 29 30 31 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

Getting Started: Modular Monoliths in .NET

Posted By: IrGens
Getting Started: Modular Monoliths in .NET

Getting Started: Modular Monoliths in .NET
.MP4, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 3h 10m | 732 MB
Instructor: Steve "ardalis" Smith

Get started with Modular Monoliths and escape the Big Ball of Mud of traditional monoliths

A monolith refers to a software application that is deployed as a single physical deployment. Many monolithic applications lack sufficient structure and end up becoming Big Balls of Mud. By contrast, a modular monolith breaks up the application into logical modules which are largely independent from one another. This provides many of the benefits of more distributed approaches like microservices without the overhead of deploying and managing a distributed application.

In this course, you’ll learn how to get started building a modular monolith application using a real world sample, the RiverBooks ecommerce site.


Getting Started: Modular Monoliths in .NET