Completed
Push Behavior Down
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Vertical Slice Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Inmates and asylums . 4 screens
- 3 Traditional n-tier
- 4 Organizing by layer
- 5 Inmates blew up the asylum
- 6 Axes of change
- 7 Vertical slice Architecture
- 8 Move service methods to classes
- 9 Complete encapsulation
- 10 Modeling Queries
- 11 Parameterized Queries
- 12 Modeling Responses
- 13 Modeling outputs
- 14 Encapsulated Logic
- 15 Duplicate Query Logic
- 16 Modeling Commands
- 17 Modeling Command Responses
- 18 Command Handlers
- 19 Procedural Beginnings
- 20 Behavioral Smells
- 21 Push Behavior Down
- 22 validation Scopes
- 23 Request validation
- 24 Razor Pages
- 25 Transactions
- 26 Concurrency and Retries
- 27 Testing