Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_01-Getting Started.mp4 |
1.9 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_02-Course Outline and Prerequisites.mp4 |
3.9 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_03-Area of Application for DomainDriven Design.mp4 |
7.8 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_04-Why DomainDriven Design.mp4 |
3.2 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_05-Main Concepts of DomainDriven Design.mp4 |
7.7 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_06-DomainDriven Design Is Not Only About Writing Code.mp4 |
4.1 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_07-Onion Architecture and Domain Isolation.mp4 |
7.7 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_08-Modeling Best Practices.mp4 |
1.4 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_09-DomainDriven Design and Unit Testing.mp4 |
4.9 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_10-The Problem Domain Introduction.mp4 |
6.8 MB |
Pluralsight - Domain-Driven Design in Practice/01. Introduction/01_11-Summary.mp4 |
1.9 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_01-Introduction.mp4 |
781 KB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_02-Vocabulary Used.mp4 |
2.2 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_03-Problem Description.mp4 |
1.6 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_04-Starting with Snack Machine.mp4 |
15.2 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_05-Recap Starting with Snack Machine.mp4 |
2.3 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_06-Entities vs. Value Objects.mp4 |
4.9 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_07-How to Recognize a Value Object in Your Domain Model.mp4 |
4.1 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_08-Entity Base Class.mp4 |
2.5 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_09-Demo Entity Base Class.mp4 |
9.7 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_10-Recap Entity Base Class.mp4 |
600 KB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_11-Value Object Base Class.mp4 |
5.5 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_12-Recap Value Object Base Class.mp4 |
1.6 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_13-Value Objects vs. .NET Value Types.mp4 |
2 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_14-When to Write Unit Tests.mp4 |
2.9 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_15-Implementing the Money Class.mp4 |
21.9 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_16-Building up the Money Class.mp4 |
18.3 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_17-Implementing the Snack Machine Class.mp4 |
19.8 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_18-Recap Implementing Money and Snack Machine.mp4 |
4 MB |
Pluralsight - Domain-Driven Design in Practice/02. Starting with the First Bounded Context/02_19-Summary.mp4 |
4.3 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_01-Introduction.mp4 |
680 KB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_02-Application Services and UI in the Onion Architecture.mp4 |
3.4 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_03-Adding UI for the Snack Machine.mp4 |
38.6 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_04-Recap Adding UI for the Snack Machine.mp4 |
3 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_05-Designing the Database for the Snack Machine.mp4 |
5.9 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_06-Introducing an ORM.mp4 |
12.3 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_07-ID Generation Strategies.mp4 |
5.6 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_08-Mapping Strategies.mp4 |
4.2 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_09-Adjusting the Domain Layer for the Use with ORM.mp4 |
15 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_10-Putting It All Together.mp4 |
12.4 MB |
Pluralsight - Domain-Driven Design in Practice/03. Introducing UI and Persistence Layers/03_11-Summary.mp4 |
2 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_01-Introduction.mp4 |
573 KB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_02-Problem Description.mp4 |
2 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_03-Starting with the Implementation.mp4 |
19.8 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_04-Aggregates.mp4 |
5.1 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_05-How to Find Boundaries for Aggregates.mp4 |
7.4 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_06-Aggregate Root Base Class.mp4 |
2.5 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_07-Refactoring the Snack Machine Aggregate.mp4 |
29.9 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_08-Recap Refactoring the Snack Machine Aggregate.mp4 |
2.7 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_09-Implementing Missing Requirements.mp4 |
7.1 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_10-Revealing a Hidden Requirement.mp4 |
27.4 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_11-Recap Revealing a Hidden Requirement.mp4 |
1.9 MB |
Pluralsight - Domain-Driven Design in Practice/04. Extending the Bounded Context with Aggregates/04_12-Summary.mp4 |
2.8 MB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_01-Introduction.mp4 |
480 KB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_02-Adjusting the Database for the New Entities.mp4 |
1.5 MB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_03-Repositories.mp4 |
4.2 MB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_04-Repository Base Class.mp4 |
6.1 MB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_05-Setting up Mappings for the Aggregates.mp4 |
11.1 MB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_06-Refactoring the Snack Entity.mp4 |
10.9 MB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_07-Adjusting the User Interface.mp4 |
32.2 MB |
Pluralsight - Domain-Driven Design in Practice/05. Introducing Repositories/05_08-Summary.mp4 |
1.9 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_01-Introduction.mp4 |
875 KB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_02-New Task an ATM Model.mp4 |
1.2 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_03-Bounded Contexts.mp4 |
4 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_04-Bounded Contexts and Subdomains.mp4 |
3.4 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_05-Choosing Boundaries for Bounded Contexts.mp4 |
6.8 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_06-Drawing a Context Map.mp4 |
2.7 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_07-Types of Physical Isolation.mp4 |
6.8 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_08-Communication Between Bounded Contexts.mp4 |
3.3 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_09-Code Reuse Between Bounded Contexts.mp4 |
7.9 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_10-Implementing ATM Domain Logic.mp4 |
18.9 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_11-Adjusting the database.mp4 |
3.9 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_12-Adding UI.mp4 |
15.6 MB |
Pluralsight - Domain-Driven Design in Practice/06. Introducing the Second Bounded Context/06_13-Summary.mp4 |
2.4 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_01-Introduction.mp4 |
485 KB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_02-New Requirements.mp4 |
1.6 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_03-Introducing a New Bounded Context.mp4 |
5.2 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_04-Implementation the First Attempt.mp4 |
10 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_05-Domain Events.mp4 |
2.9 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_06-Introducing a Domain Event.mp4 |
7.2 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_07-Physical Delivery.mp4 |
1.2 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_08-Building up Management Bounded Context.mp4 |
11 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_09-Handling Domain Events with the Classic Approach.mp4 |
21.4 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_10-Recap Classic Approach.mp4 |
4.9 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_11-A Better Approach to Handling Domain Events.mp4 |
26.3 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_12-Recap a Better Approach.mp4 |
1.6 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_13-Using Domain Events to Communicate Between Microservices.mp4 |
3 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_14-Adding Interface for the Management Bounded Context.mp4 |
14.6 MB |
Pluralsight - Domain-Driven Design in Practice/07. Working with Domain Events/07_15-Summary.mp4 |
3.7 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_01-Introduction.mp4 |
696 KB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_02-Always Valid vs. Not Always Valid.mp4 |
7.3 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_03-Factories.mp4 |
2.4 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_04-Domain Services vs. Application Services.mp4 |
3.4 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_05-Anemic Domain Model Antipattern.mp4 |
3.3 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_06-Fat Entities Antipattern.mp4 |
2.2 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_07-Repository Antipatterns.mp4 |
6 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_08-Mechanical Approach to DDD.mp4 |
1.7 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_09-Further Enhancements.mp4 |
3.2 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_10-Module Summary.mp4 |
2.5 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_11-Resource List.mp4 |
5.5 MB |
Pluralsight - Domain-Driven Design in Practice/08. Looking Forward to Further Enhancements/08_12-Course Summary.mp4 |
1.2 MB |
Pluralsight - Domain-Driven Design in Practice/Exercise files/domaindrivendesigninpractice.zip |
15.1 MB |