FileMood

Download [ CourseBoat.com ] PluralSight - Modern Software Architecture - Domain Models, CQRS, and Event Sourcing

CourseBoat com PluralSight Modern Software Architecture Domain Models CQRS and Event Sourcing

Name

[ CourseBoat.com ] PluralSight - Modern Software Architecture - Domain Models, CQRS, and Event Sourcing

 DOWNLOAD Copy Link

Total Size

1.0 GB

Total Files

838

Last Seen

2024-07-08 23:38

Hash

CD6E231EB1901B8A4B62928EE851C4490A9F1337

/

Get Bonus Downloads Here.url

0.2 KB

/.../01 DDD at a Glance/

01 01 Introduction.mp4

8.8 MB

01 02 DDD in History.mp4

18.8 MB

01 03 DDD Today.mp4

28.3 MB

01 04 DDD Misconceptions.mp4

13.6 MB

/.../02 Discovering the Domain Architecture through DDD/

02 01 Introduction.mp4

4.1 MB

02 02 Ubiquitous Language.mp4

13.3 MB

02 03 Defining the Ubiquitous Language.mp4

15.6 MB

02 04 Ubiquitous Language Tips.mp4

17.9 MB

02 05 Bounded Contexts.mp4

10.7 MB

02 06 Discovering Bounded Contexts.mp4

19.7 MB

02 07 Context Mapping.mp4

18.5 MB

02 08 Event Storming.mp4

19.0 MB

/.../03 The DDD Layered Architecture/

03 01 Introduction.mp4

4.2 MB

03 02 The Layers of a Software System.mp4

17.9 MB

03 03 The Presentation Layer.mp4

10.4 MB

03 04 The Application Layer.mp4

13.7 MB

03 05 The Business Logic.mp4

18.4 MB

03 06 Patterns for Organizing the Business Logic.mp4

17.6 MB

03 07 The Domain Layer.mp4

9.6 MB

03 08 The Infrastructure Layer.mp4

9.6 MB

/.../04 The 'Domain Model' Supporting Architecture/

04 01 Introduction.mp4

3.9 MB

04 02 Holistic Model for the Business Domain.mp4

14.2 MB

04 03 Aspects of a Domain Model.mp4

30.5 MB

04 04 Database-centric Domain Models.mp4

26.9 MB

04 05 That Crazy Little Thing Called Behavior.mp4

8.4 MB

04 06 Domain Model as a Domain API.mp4

26.6 MB

04 07 Aggregates and Value Types w_ DEMO.mp4

33.1 MB

04 08 Domain Services.mp4

21.5 MB

04 09 Events in the Business Domain.mp4

19.8 MB

04 10 Anemic Models.mp4

17.5 MB

04 11 Beyond Single All-encompassing Domain Models.mp4

10.3 MB

/.../05 The CQRS Supporting Architecture/

05 01 Introduction.mp4

6.2 MB

05 02 CQRS at a Glance.mp4

21.1 MB

05 03 CQRS Regular.mp4

19.4 MB

05 04 CQRS Regular in Action.mp4

30.2 MB

05 05 CQRS Premium.mp4

22.4 MB

05 06 CQRS Premium in Action.mp4

31.7 MB

05 07 Message-based Business Logic.mp4

16.2 MB

05 08 CQRS Deluxe.mp4

17.2 MB

05 09 CQRS Deluxe Implementation.mp4

15.6 MB

05 10 CQRS Deluxe Code Inspection.mp4

31.5 MB

/.../06 Event Sourcing/

06 01 Introduction.mp4

6.9 MB

06 02 From CQRS to Events.mp4

20.0 MB

06 03 Event Sourcing at a Glance.mp4

23.6 MB

06 04 Events as the Data Source.mp4

22.2 MB

06 05 Event-based Persistence.mp4

21.0 MB

06 06 Data Projections from Stored Events.mp4

24.7 MB

06 07 Event Sourcing in Action.mp4

31.5 MB

06 08 Event-based Data Stores.mp4

15.7 MB

/.../07 Designing Software Driven by the Domain/

07 01 Introduction.mp4

5.1 MB

07 02 Dealing with Legacy Code.mp4

14.6 MB

07 03 Revisiting CRUD Systems.mp4

14.2 MB

07 04 A Gentle Introduction to UX-driven Design.mp4

13.8 MB

07 05 Highlights of UX-driven Design.mp4

21.7 MB

07 06 Pillars of Modern Software.mp4

10.8 MB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

/Exercise Files/

1-slides.pdf

537.5 KB

2-slides.pdf

1.2 MB

3-slides.pdf

431.8 KB

4-slides.pdf

347.5 KB

5-slides.pdf

687.6 KB

6-slides.pdf

493.8 KB

7-slides.pdf

579.2 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/Aggregates/

Address.cs

2.6 KB

Aggregate.cs

0.3 KB

Company.cs

1.2 KB

IAggregate.cs

0.1 KB

Party.cs

0.2 KB

Person.cs

1.1 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/Business/

Match.cs

4.1 KB

MatchState.cs

0.2 KB

Score.cs

1.5 KB

TeamId.cs

0.1 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/DomainEvents/

Aggregate.cs

1.3 KB

Company.cs

0.9 KB

DomainEvent.cs

0.3 KB

IAggregate.cs

0.3 KB

Message.cs

0.1 KB

Party.cs

0.2 KB

Person.cs

0.9 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/DomainEvents/Events/

CompanyRegisteredEvent.cs

0.5 KB

PersonRegisteredEvent.cs

0.5 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/Extensions/

NumberExtensions.cs

0.4 KB

StringExtensions.cs

1.7 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/

Module4.DomainModel.csproj

3.7 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/Persistence/

Match.cs

0.7 KB

MatchState.cs

0.2 KB

Score.cs

0.5 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/Module4.DomainModel/Properties/

AssemblyInfo.cs

1.5 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/

Pluralsight.ModernArchitecture.sln

1.5 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/SampleTests/Properties/

AssemblyInfo.cs

1.4 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/SampleTests/

SampleTests.csproj

4.6 KB

UnitTest1.cs

0.8 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/SampleTests/bin/Debug/

Module4.DomainModel.dll

18.9 KB

Module4.DomainModel.pdb

67.1 KB

SampleTests.dll

5.1 KB

SampleTests.pdb

11.8 KB

/Exercise Files/4-exercise-files/Pluralsight.ModernArchitecture/SampleTests/obj/Debug/

DesignTimeResolveAssemblyReferencesInput.cache

6.4 KB

SampleTests.csproj.FileListAbsolute.txt

0.8 KB

SampleTests.csprojResolveAssemblyReference.cache

13.2 KB

SampleTests.dll

5.1 KB

SampleTests.pdb

11.8 KB

TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

0.0 KB

TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

0.0 KB

TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

0.0 KB

/.../Module5.Deluxe.CommandStack.Domain/Common/

Aggregate.cs

1.1 KB

DomainEvent.cs

0.3 KB

IAggregate.cs

0.3 KB

/.../Module5.Deluxe.CommandStack.Domain/Model/

BookingRequest.cs

1.3 KB

/.../Module5.Deluxe.CommandStack.Domain/Model/Events/

BookingRequestCreatedEvent.cs

0.6 KB

/.../Module5.Deluxe.CommandStack.Domain/

Module5.Deluxe.CommandStack.Domain.csproj

2.5 KB

/.../Module5.Deluxe.CommandStack.Domain/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module5.Deluxe.CommandStack.Domain/bin/Debug/

Merlo.Booker.CommandStack.Domain.dll

8.7 KB

Merlo.Booker.CommandStack.Domain.pdb

24.1 KB

Module5.Deluxe.CommandStack.Domain.dll

8.7 KB

Module5.Deluxe.CommandStack.Domain.pdb

20.0 KB

/.../Module5.Deluxe.CommandStack/

AssemblyDependencies1.dgml

43.3 KB

Module5.Deluxe.CommandStack.csproj

3.5 KB

/.../Module5.Deluxe.CommandStack/Commands/

RequestBookingCommand.cs

0.6 KB

/.../Module5.Deluxe.CommandStack/Domain/Services/Adapter/

BookingAdapter.cs

0.6 KB

/.../Module5.Deluxe.CommandStack/Events/

BookingCreatedEvent.cs

0.5 KB

BookingRequestRejectedEvent.cs

0.5 KB

BookingRequestedEvent.cs

0.6 KB

/.../Module5.Deluxe.CommandStack/Handlers/

BookingRejectedHandler.cs

0.6 KB

EmailHandler.cs

1.1 KB

/.../Module5.Deluxe.CommandStack/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Deluxe.CommandStack/Sagas/

BookingSaga.cs

1.6 KB

/.../Module5.Deluxe.CommandStack/bin/Debug/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Merlo.Booker.CommandStack.Domain.dll

8.7 KB

Merlo.Booker.CommandStack.Domain.pdb

24.1 KB

Merlo.Booker.CommandStack.dll

9.7 KB

Merlo.Booker.CommandStack.pdb

32.3 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Merlo.Booker.Infrastructure.Persistence.SqlServer.dll

9.2 KB

Merlo.Booker.Infrastructure.Persistence.SqlServer.pdb

20.0 KB

Merlo.Booker.Infrastructure.dll

17.9 KB

Merlo.Booker.Infrastructure.pdb

42.5 KB

Merlo.Booking.CommandStack.dll

4.1 KB

Merlo.Booking.CommandStack.pdb

7.7 KB

Module5.Deluxe.CommandStack.Domain.dll

8.7 KB

Module5.Deluxe.CommandStack.Domain.pdb

20.0 KB

Module5.Deluxe.CommandStack.dll

9.7 KB

Module5.Deluxe.CommandStack.pdb

26.1 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll

9.2 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb

20.0 KB

Module5.Deluxe.Infrastructure.dll

17.9 KB

Module5.Deluxe.Infrastructure.pdb

36.4 KB

/.../Module5.Deluxe.Infrastructure.EventStore.RavenDb/

Module5.Deluxe.Infrastructure.EventStore.RavenDb.csproj

2.2 KB

/.../Module5.Deluxe.Infrastructure.EventStore.RavenDb/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module5.Deluxe.Infrastructure.EventStore.RavenDb/bin/Debug/

Merlo.Booker.Infrastructure.EventStore.RavenDb.dll

4.6 KB

Merlo.Booker.Infrastructure.EventStore.RavenDb.pdb

7.7 KB

Merlo.Booking.Infrastructure.EventStore.RavenDb.dll

4.6 KB

Merlo.Booking.Infrastructure.EventStore.RavenDb.pdb

7.7 KB

Module5.Deluxe.Infrastructure.EventStore.RavenDb.dll

4.6 KB

Module5.Deluxe.Infrastructure.EventStore.RavenDb.pdb

7.7 KB

/.../Module5.Deluxe.Infrastructure.EventStore.SqlServer/

App.config

1.5 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.csproj

4.2 KB

packages.config

0.1 KB

/.../Module5.Deluxe.Infrastructure.EventStore.SqlServer/Data/

LoggedEvent.cs

0.9 KB

Merlo.Context.cs

1.0 KB

Merlo.Context.tt

26.2 KB

Merlo.Designer.cs

0.8 KB

Merlo.cs

0.4 KB

Merlo.edmx

4.5 KB

Merlo.edmx.diagram

0.6 KB

Merlo.tt

28.7 KB

/.../Module5.Deluxe.Infrastructure.EventStore.SqlServer/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module5.Deluxe.Infrastructure.EventStore.SqlServer/Repositories/

EventRepository.cs

0.5 KB

/.../Module5.Deluxe.Infrastructure.EventStore.SqlServer/bin/Debug/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Merlo.Booker.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.dll.config

1.5 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Merlo.Booking.Infrastructure.EventStore.SqlServer.dll

4.6 KB

Merlo.Booking.Infrastructure.EventStore.SqlServer.pdb

7.7 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll.config

1.5 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

/.../Module5.Deluxe.Infrastructure.Persistence.SqlServer/

App.Config

1.2 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.csproj

3.6 KB

packages.config

0.1 KB

/.../Module5.Deluxe.Infrastructure.Persistence.SqlServer/Data/

Booking.cs

0.4 KB

Court.cs

0.5 KB

MerloContext.cs

0.6 KB

/.../Module5.Deluxe.Infrastructure.Persistence.SqlServer/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module5.Deluxe.Infrastructure.Persistence.SqlServer/Repositories/Adapters/

BookingAdapter.cs

0.7 KB

/.../Module5.Deluxe.Infrastructure.Persistence.SqlServer/Repositories/

BookingRepository.cs

1.4 KB

/.../Module5.Deluxe.Infrastructure.Persistence.SqlServer/bin/Debug/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Merlo.Booker.CommandStack.Domain.dll

8.7 KB

Merlo.Booker.CommandStack.Domain.pdb

24.1 KB

Merlo.Booker.Infrastructure.Data.SqlServer.dll.config

1.0 KB

Merlo.Booker.Infrastructure.Data.SqlServer.pdb

20.0 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Merlo.Booker.Infrastructure.Persistence.SqlServer.dll

9.2 KB

Merlo.Booker.Infrastructure.Persistence.SqlServer.dll.config

1.2 KB

Merlo.Booker.Infrastructure.Persistence.SqlServer.pdb

20.0 KB

Merlo.Booker.Infrastructure.dll

17.9 KB

Merlo.Booker.Infrastructure.pdb

42.5 KB

Merlo.Booking.Infrastructure.Data.SqlServer.dll

4.6 KB

Merlo.Booking.Infrastructure.Data.SqlServer.pdb

7.7 KB

Module5.Deluxe.CommandStack.Domain.dll

8.7 KB

Module5.Deluxe.CommandStack.Domain.pdb

20.0 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll

9.2 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll.config

1.2 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb

20.0 KB

Module5.Deluxe.Infrastructure.dll

17.9 KB

Module5.Deluxe.Infrastructure.pdb

36.4 KB

/.../Module5.Deluxe.Infrastructure/

App.Config

1.1 KB

Command.cs

0.1 KB

EventBase.cs

0.4 KB

EventType.cs

0.3 KB

Handler.cs

0.4 KB

IBus.cs

0.3 KB

IEventStore.cs

0.3 KB

IHandleMessage.cs

0.2 KB

IStartWithMessage.cs

0.2 KB

Message.cs

0.1 KB

Module5.Deluxe.Infrastructure.csproj

5.7 KB

Saga.cs

0.6 KB

packages.config

0.1 KB

/.../Module5.Deluxe.Infrastructure/Extras/Backend/

MerloXtra.Context.cs

1.0 KB

MerloXtra.Context.tt

26.2 KB

MerloXtra.Designer.cs

0.8 KB

MerloXtra.cs

0.4 KB

MerloXtra.edmx

4.3 KB

MerloXtra.edmx.diagram

0.6 KB

MerloXtra.tt

28.8 KB

SentEmail.cs

0.8 KB

/.../Module5.Deluxe.Infrastructure/Extras/

EmailService.cs

0.5 KB

/.../Module5.Deluxe.Infrastructure/Framework/

Command.cs

0.1 KB

CommandResponse.cs

0.6 KB

Event.cs

0.3 KB

EventType.cs

0.2 KB

Handler.cs

0.5 KB

IBus.cs

0.3 KB

IHandleMessage.cs

0.1 KB

IStartWithMessage.cs

0.2 KB

InMemoryBus.cs

4.5 KB

Message.cs

0.2 KB

Saga.cs

0.7 KB

/.../Module5.Deluxe.Infrastructure/Framework/EventStore/

IEventStore.cs

0.3 KB

SqlEventStore.cs

0.9 KB

/.../Module5.Deluxe.Infrastructure/Framework/Repositories/

IRepository.cs

0.4 KB

/.../Module5.Deluxe.Infrastructure/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Deluxe.Infrastructure/bin/Debug/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Merlo.Booker.CommandStack.Domain.dll

8.7 KB

Merlo.Booker.CommandStack.Domain.pdb

24.1 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Merlo.Booker.Infrastructure.dll

17.9 KB

Merlo.Booker.Infrastructure.dll.config

1.1 KB

Merlo.Booker.Infrastructure.pdb

42.5 KB

Merlo.Booking.Infrastructure.dll

11.8 KB

Merlo.Booking.Infrastructure.pdb

26.1 KB

Module5.Deluxe.CommandStack.Domain.dll

8.7 KB

Module5.Deluxe.CommandStack.Domain.pdb

20.0 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Module5.Deluxe.Infrastructure.dll

17.9 KB

Module5.Deluxe.Infrastructure.dll.config

1.1 KB

Module5.Deluxe.Infrastructure.pdb

36.4 KB

/.../Module5.Deluxe.QueryStack/DataAccess/

Database.cs

0.6 KB

IDatabase.cs

0.3 KB

/.../Module5.Deluxe.QueryStack/DataAccess/Extensions/

BookingExtensions.cs

0.4 KB

CourtExtensions.cs

0.2 KB

/.../Module5.Deluxe.QueryStack/Model/

CourtSchedule.cs

0.4 KB

Slot.cs

0.4 KB

/.../Module5.Deluxe.QueryStack/

Module5.Deluxe.QueryStack.csproj

3.3 KB

packages.config

0.1 KB

/.../Module5.Deluxe.QueryStack/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Deluxe.QueryStack/bin/Debug/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Merlo.Booker.CommandStack.Domain.dll

8.7 KB

Merlo.Booker.CommandStack.Domain.pdb

24.1 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Merlo.Booker.Infrastructure.Persistence.SqlServer.dll

9.2 KB

Merlo.Booker.Infrastructure.Persistence.SqlServer.pdb

20.0 KB

Merlo.Booker.Infrastructure.dll

17.9 KB

Merlo.Booker.Infrastructure.pdb

42.5 KB

Merlo.Booker.QueryStack.dll

7.7 KB

Merlo.Booker.QueryStack.pdb

24.1 KB

Merlo.Booking.QueryStack.dll

15.9 KB

Merlo.Booking.QueryStack.dll.config

1.0 KB

Merlo.Booking.QueryStack.pdb

20.0 KB

Module5.Deluxe.CommandStack.Domain.dll

8.7 KB

Module5.Deluxe.CommandStack.Domain.pdb

20.0 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll

9.2 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb

20.0 KB

Module5.Deluxe.Infrastructure.dll

17.9 KB

Module5.Deluxe.Infrastructure.pdb

36.4 KB

Module5.Deluxe.QueryStack.dll

8.2 KB

Module5.Deluxe.QueryStack.pdb

17.9 KB

/.../Module5.Deluxe.Server/App_Start/

BusConfig.cs

0.6 KB

RouteConfig.cs

0.5 KB

/.../Module5.Deluxe.Server/Application/

BookingService.cs

0.5 KB

HomeService.cs

2.2 KB

/.../Module5.Deluxe.Server/Content/Fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

108.7 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/.../Module5.Deluxe.Server/Content/Scripts/

bootstrap.min.js

36.0 KB

jquery-1.9.1.min.js

92.6 KB

merlo.booking.js

0.1 KB

/.../Module5.Deluxe.Server/Content/Styles/

bootstrap.min.css

117.3 KB

bootstrap.min1.css

117.3 KB

merlo.booking.server.css

0.5 KB

/.../Module5.Deluxe.Server/Controllers/

BookingController.cs

0.5 KB

HomeController.cs

0.4 KB

/.../Module5.Deluxe.Server/

Global.asax

0.1 KB

Global.asax.cs

0.4 KB

Module5.Deluxe.Server.csproj

8.0 KB

Module5.Deluxe.Server.csproj.user

1.1 KB

Web.Debug.config

1.3 KB

Web.Release.config

1.4 KB

Web.config

3.9 KB

packages.config

0.6 KB

/.../Module5.Deluxe.Server/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Deluxe.Server/ViewModels/

IndexViewModel.cs

0.3 KB

ViewModelBase.cs

0.2 KB

/.../Module5.Deluxe.Server/Views/Home/

index.cshtml

5.2 KB

/.../Module5.Deluxe.Server/Views/Shared/

_Layout.cshtml

1.5 KB

/.../Module5.Deluxe.Server/Views/

_ViewStart.cshtml

0.1 KB

web.config

1.6 KB

/.../Module5.Deluxe.Server/bin/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Module5.Deluxe.CommandStack.Domain.dll

8.7 KB

Module5.Deluxe.CommandStack.Domain.pdb

20.0 KB

Module5.Deluxe.CommandStack.dll

9.7 KB

Module5.Deluxe.CommandStack.pdb

26.1 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll

9.7 KB

Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb

13.8 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll

9.2 KB

Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb

20.0 KB

Module5.Deluxe.Infrastructure.dll

17.9 KB

Module5.Deluxe.Infrastructure.pdb

36.4 KB

Module5.Deluxe.QueryStack.dll

8.2 KB

Module5.Deluxe.QueryStack.pdb

17.9 KB

Module5.Deluxe.Server.dll

12.3 KB

Module5.Deluxe.Server.dll.config

3.9 KB

Module5.Deluxe.Server.pdb

28.2 KB

System.Web.Helpers.dll

140.0 KB

System.Web.Helpers.xml

74.9 KB

System.Web.Mvc.dll

565.4 KB

System.Web.Mvc.xml

952.4 KB

System.Web.Razor.dll

272.1 KB

System.Web.Razor.xml

522.1 KB

System.Web.Webpages.Deployment.dll

41.7 KB

System.Web.Webpages.Deployment.xml

4.9 KB

System.Web.Webpages.Razor.dll

39.6 KB

System.Web.Webpages.Razor.xml

25.2 KB

System.Web.Webpages.dll

211.7 KB

System.Web.Webpages.xml

234.7 KB

/Exercise Files/5-exercise-files/

Pluralsight.ModernArchitecture.Mod5.sln

11.2 KB

/Exercise Files/5-exercise-files/Premium/

AssemblyDependencies1.dgml

36.2 KB

/.../Module5.Premium.Command/

EventBuilder.cs

0.7 KB

EventSourceManager.cs

3.9 KB

Module5.Premium.Command.csproj

3.0 KB

/.../Module5.Premium.Command/Model/

EventType.cs

0.4 KB

Match.cs

7.0 KB

Score.cs

1.5 KB

TeamId.cs

0.1 KB

/.../Module5.Premium.Command/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Premium.Command/Services/

MatchSynchronizer.cs

1.3 KB

/.../Module5.Premium.Command/bin/Debug/

Merlo.Cqrs.Command.dll

10.8 KB

Merlo.Cqrs.Command.pdb

38.4 KB

Merlo.Cqrs.Infrastructure.dll

12.8 KB

Merlo.Cqrs.Infrastructure.pdb

22.0 KB

Merlo.Es.Command.dll

12.3 KB

Merlo.Es.Command.pdb

38.4 KB

Merlo.Es.Infrastructure.dll

18.9 KB

Merlo.Es.Infrastructure.pdb

30.2 KB

Merlo.Es.Shared.dll

6.1 KB

Merlo.Es.Shared.pdb

17.9 KB

Module5.Premium.Command.dll

12.3 KB

Module5.Premium.Command.pdb

32.3 KB

Module5.Premium.Infrastructure.dll

18.9 KB

Module5.Premium.Infrastructure.pdb

24.1 KB

Module5.Premium.Shared.dll

6.1 KB

Module5.Premium.Shared.pdb

17.9 KB

/.../Module5.Premium.Infrastructure/

App.Config

1.1 KB

Match.cs

1.0 KB

MatchEvent.cs

1.0 KB

Merlo.Context.cs

1.0 KB

Merlo.Context.tt

26.2 KB

Merlo.Designer.cs

0.8 KB

Merlo.cs

0.4 KB

Merlo.edmx

8.1 KB

Merlo.edmx.diagram

0.7 KB

Merlo.tt

28.7 KB

Module5.Premium.Infrastructure.csproj

4.4 KB

packages.config

0.1 KB

/.../Module5.Premium.Infrastructure/Common/

CopyExtensions.cs

2.6 KB

/.../Module5.Premium.Infrastructure/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Premium.Infrastructure/Repositories/

EventRepository.cs

1.1 KB

MatchRepository.cs

1.2 KB

MiscRepository.cs

0.5 KB

/.../Module5.Premium.Infrastructure/bin/Debug/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Merlo.Cqrs.Infrastructure.dll

12.8 KB

Merlo.Cqrs.Infrastructure.dll.config

1.1 KB

Merlo.Cqrs.Infrastructure.pdb

22.0 KB

Merlo.Ddd.Infrastructure.dll

12.3 KB

Merlo.Ddd.Infrastructure.dll.config

1.1 KB

Merlo.Ddd.Infrastructure.pdb

17.9 KB

Merlo.Es.Infrastructure.dll

18.9 KB

Merlo.Es.Infrastructure.dll.config

1.1 KB

Merlo.Es.Infrastructure.pdb

30.2 KB

Module5.Premium.Infrastructure.dll

18.9 KB

Module5.Premium.Infrastructure.dll.config

1.1 KB

Module5.Premium.Infrastructure.pdb

24.1 KB

/.../Module5.Premium.Read/Dto/

MatchInProgress.cs

1.2 KB

MatchListItem.cs

0.5 KB

/.../Module5.Premium.Read/Facade/

MatchFacade.cs

3.4 KB

/.../Module5.Premium.Read/

Module5.Premium.Read.csproj

3.2 KB

/.../Module5.Premium.Read/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Premium.Read/bin/Debug/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Merlo.Cqrs.Infrastructure.dll

12.8 KB

Merlo.Cqrs.Infrastructure.pdb

22.0 KB

Merlo.Cqrs.Read.dll

8.7 KB

Merlo.Cqrs.Read.pdb

26.1 KB

Merlo.Es.Infrastructure.dll

18.9 KB

Merlo.Es.Infrastructure.pdb

30.2 KB

Merlo.Es.Read.dll

9.7 KB

Merlo.Es.Read.pdb

22.0 KB

Merlo.Es.Shared.dll

6.1 KB

Merlo.Es.Shared.pdb

17.9 KB

Module5.Premium.Infrastructure.dll

18.9 KB

Module5.Premium.Infrastructure.pdb

24.1 KB

Module5.Premium.Read.dll

9.7 KB

Module5.Premium.Read.pdb

17.9 KB

Module5.Premium.Shared.dll

6.1 KB

Module5.Premium.Shared.pdb

17.9 KB

/.../Module5.Premium.Server/App_Start/

RouteConfig.cs

0.5 KB

/.../Module5.Premium.Server/Application/

AdminService.cs

0.9 KB

HomeService.cs

0.4 KB

LiveScoreService.cs

0.4 KB

MatchService.cs

4.5 KB

/.../Module5.Premium.Server/Application/SignalR/

LiveScoreHub.cs

0.3 KB

/.../Module5.Premium.Server/Common/Actions/

AdminAction.cs

0.1 KB

/.../Module5.Premium.Server/Common/Extensions/

NumberExtensions.cs

0.3 KB

/.../Module5.Premium.Server/Content/Fonts/

glyphicons-halflings-regular.eot

14.1 KB

glyphicons-halflings-regular.svg

63.2 KB

glyphicons-halflings-regular.ttf

29.5 KB

glyphicons-halflings-regular.woff

16.4 KB

/.../Module5.Premium.Server/Content/

Merlo.jpg

7.1 KB

Merlo.png

8.3 KB

/.../Module5.Premium.Server/Content/Scripts/

bootstrap.min.js

28.5 KB

jquery-1.10.2.min.js

94.1 KB

jquery.signalR-2.2.0.min.js

36.9 KB

/.../Module5.Premium.Server/Content/Styles/

bootstrap.min.css

97.9 KB

merlo.ddd.server.css

0.2 KB

/.../Module5.Premium.Server/Controllers/

AdminController.cs

0.7 KB

HomeController.cs

0.4 KB

LiveController.cs

0.6 KB

MatchController.cs

0.8 KB

/.../Module5.Premium.Server/

Global.asax

0.1 KB

Global.asax.cs

0.3 KB

Module5.Premium.Server.csproj

11.8 KB

Module5.Premium.Server.csproj.user

1.1 KB

Readme.txt

0.0 KB

Startup.cs

0.3 KB

Web.Debug.config

1.3 KB

Web.Release.config

1.4 KB

Web.config

3.3 KB

packages.config

1.3 KB

/.../Module5.Premium.Server/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Premium.Server/ViewModels/

IndexViewModel.cs

0.3 KB

LiveViewModel.cs

0.4 KB

MatchAllowedActions.cs

0.5 KB

MatchViewModel.cs

0.4 KB

ViewModelBase.cs

0.2 KB

/.../Module5.Premium.Server/Views/Admin/

Index.cshtml

0.2 KB

/.../Module5.Premium.Server/Views/Home/

Index.cshtml

0.9 KB

/.../Module5.Premium.Server/Views/Live/

Index.cshtml

1.0 KB

_live.cshtml

1.4 KB

/.../Module5.Premium.Server/Views/Match/

Index.cshtml

3.5 KB

/.../Module5.Premium.Server/Views/Shared/

_Layout.cshtml

1.4 KB

/.../Module5.Premium.Server/Views/

_ViewStart.cshtml

0.1 KB

web.config

1.6 KB

/.../Module5.Premium.Server/bin/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Microsoft.AspNet.SignalR.Core.dll

368.3 KB

Microsoft.AspNet.SignalR.Core.xml

202.2 KB

Microsoft.AspNet.SignalR.SystemWeb.dll

14.0 KB

Microsoft.AspNet.SignalR.SystemWeb.xml

7.6 KB

Microsoft.Owin.Host.SystemWeb.dll

148.7 KB

Microsoft.Owin.Host.SystemWeb.xml

32.4 KB

Microsoft.Owin.Security.dll

49.8 KB

Microsoft.Owin.Security.xml

28.6 KB

Microsoft.Owin.dll

93.9 KB

Microsoft.Owin.xml

161.6 KB

Module5.Premium.Command.dll

12.3 KB

Module5.Premium.Command.pdb

32.3 KB

Module5.Premium.Infrastructure.dll

18.9 KB

Module5.Premium.Infrastructure.pdb

24.1 KB

Module5.Premium.Read.dll

9.7 KB

Module5.Premium.Read.pdb

17.9 KB

Module5.Premium.Server.dll

15.9 KB

Module5.Premium.Server.dll.config

3.3 KB

Module5.Premium.Server.pdb

44.5 KB

Module5.Premium.Shared.dll

6.1 KB

Module5.Premium.Shared.pdb

17.9 KB

Newtonsoft.Json.dll

502.3 KB

Newtonsoft.Json.xml

478.7 KB

Owin.dll

4.6 KB

System.Web.Mvc.dll

565.4 KB

System.Web.Mvc.xml

952.4 KB

System.Web.WebPages.Deployment.dll

41.7 KB

System.Web.WebPages.Deployment.xml

4.9 KB

System.Web.Webpages.Razor.dll

39.6 KB

System.Web.Webpages.Razor.xml

25.2 KB

System.Web.Webpages.dll

211.7 KB

System.Web.Webpages.xml

234.7 KB

/.../Module5.Premium.Shared/Extensions/

NumberExtensions.cs

0.4 KB

StringExtensions.cs

1.7 KB

/.../Module5.Premium.Shared/

MatchState.cs

0.3 KB

Module5.Premium.Shared.csproj

2.6 KB

/.../Module5.Premium.Shared/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Premium.Shared/bin/Debug/

Merlo.Es.Shared.dll

6.1 KB

Merlo.Es.Shared.pdb

17.9 KB

Module5.Premium.Shared.dll

6.1 KB

Module5.Premium.Shared.pdb

17.9 KB

/.../Module5.Regular.CommandStack/

App.config

0.9 KB

CommandDbContext.cs

0.3 KB

Module5.Regular.CommandStack.csproj

2.9 KB

packages.config

0.1 KB

/.../Module5.Regular.CommandStack/Model/

Match.cs

0.6 KB

/.../Module5.Regular.CommandStack/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Regular.CommandStack/bin/Debug/

EntityFramework.SqlServer.dll

620.2 KB

EntityFramework.dll

5.2 MB

EntityFramework.xml

3.7 MB

Merlo.Crud.CommandStack.dll

6.1 KB

Merlo.Crud.CommandStack.pdb

15.9 KB

Module5.Regular.CommandStack.dll

6.1 KB

Module5.Regular.CommandStack.pdb

13.8 KB

/.../Module5.Regular.ReadStack/

App.Config

0.9 KB

Database.cs

0.5 KB

Module5.Regular.ReadStack.csproj

3.1 KB

QueryDbContext.cs

0.3 KB

packages.config

0.1 KB

/.../Module5.Regular.ReadStack/Model/

Match.cs

0.5 KB

/.../Module5.Regular.ReadStack/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Regular.ReadStack/bin/Debug/

EntityFramework.SqlServer.dll

620.2 KB

EntityFramework.dll

5.2 MB

EntityFramework.xml

3.7 MB

Merlo.Crud.QueryStack.dll

6.7 KB

Merlo.Crud.QueryStack.dll.config

0.9 KB

Merlo.Crud.QueryStack.pdb

17.9 KB

Module5.Regular.ReadStack.dll

6.7 KB

Module5.Regular.ReadStack.dll.config

0.9 KB

Module5.Regular.ReadStack.pdb

13.8 KB

/.../Module5.Regular.Server/

AssemblyDependencies1.dgml

27.0 KB

/.../Module5.Regular.Server/App_Start/

RouteConfig.cs

0.5 KB

/.../Module5.Regular.Server/ApplicationLayer/Abstractions/

IAdminService.cs

0.3 KB

/.../Module5.Regular.Server/ApplicationLayer/

AdminService.cs

1.1 KB

/.../Module5.Regular.Server/Content/Scripts/

bootstrap.min.js

28.5 KB

jquery-1.10.2.min.js

94.1 KB

/.../Module5.Regular.Server/Content/Styles/

Site.css

0.3 KB

bootstrap.min.css

97.9 KB

/.../Module5.Regular.Server/Content/fonts/

glyphicons-halflings-regular.eot

14.1 KB

glyphicons-halflings-regular.svg

63.2 KB

glyphicons-halflings-regular.ttf

29.5 KB

glyphicons-halflings-regular.woff

16.4 KB

/.../Module5.Regular.Server/Controllers/

AdminController.cs

1.1 KB

HomeController.cs

0.2 KB

/.../Module5.Regular.Server/

Global.asax

0.1 KB

Global.asax.cs

0.3 KB

Module5.Regular.Server.csproj

7.4 KB

Module5.Regular.Server.csproj.user

1.8 KB

Web.Debug.config

1.3 KB

Web.Release.config

1.4 KB

Web.config

3.7 KB

packages.config

0.6 KB

/.../Module5.Regular.Server/Models/

RegisterInputModel.cs

0.4 KB

RegisterViewModel.cs

0.6 KB

ViewModelBase.cs

0.2 KB

/.../Module5.Regular.Server/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module5.Regular.Server/Views/Admin/

Register.cshtml

1.4 KB

/.../Module5.Regular.Server/Views/Home/

Index.cshtml

0.1 KB

/.../Module5.Regular.Server/Views/Shared/

_Layout.cshtml

1.3 KB

/.../Module5.Regular.Server/Views/

_ViewStart.cshtml

0.1 KB

web.config

1.6 KB

/.../Module5.Regular.Server/bin/

EntityFramework.SqlServer.dll

620.2 KB

EntityFramework.SqlServer.xml

154.9 KB

EntityFramework.dll

5.2 MB

EntityFramework.xml

3.7 MB

Module5.Regular.CommandStack.dll

6.1 KB

Module5.Regular.CommandStack.pdb

13.8 KB

Module5.Regular.ReadStack.dll

6.7 KB

Module5.Regular.ReadStack.pdb

13.8 KB

Module5.Regular.Server.dll

10.8 KB

Module5.Regular.Server.dll.config

3.7 KB

Module5.Regular.Server.pdb

26.1 KB

System.Web.Helpers.dll

140.0 KB

System.Web.Mvc.dll

565.4 KB

System.Web.Mvc.xml

952.4 KB

System.Web.WebPages.Deployment.dll

41.7 KB

System.Web.WebPages.Deployment.xml

4.9 KB

System.Web.Webpages.Razor.dll

39.6 KB

System.Web.Webpages.Razor.xml

25.2 KB

System.Web.Webpages.dll

211.7 KB

System.Web.Webpages.xml

234.7 KB

/Exercise Files/6-exercise-files/

MerloDatabase.sql

13.4 KB

/.../Module6.EventSourcing.CommandStack.Domain/Common/

Aggregate.cs

1.1 KB

DomainEvent.cs

0.3 KB

IAggregate.cs

0.3 KB

/.../Module6.EventSourcing.CommandStack.Domain/Model/

BookingRequest.cs

1.7 KB

/.../Module6.EventSourcing.CommandStack.Domain/Model/Events/

BookingRequestCreatedEvent.cs

0.7 KB

/.../Module6.EventSourcing.CommandStack.Domain/

Module6.EventSourcing.CommandStack.Domain.csproj

2.8 KB

/.../Module6.EventSourcing.CommandStack.Domain/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module6.EventSourcing.CommandStack.Domain/bin/Debug/

Module6.EventSourcing.CommandStack.Domain.dll

9.7 KB

Module6.EventSourcing.CommandStack.Domain.pdb

24.1 KB

Module6.EventSourcing.SharedKernel.dll

8.7 KB

Module6.EventSourcing.SharedKernel.pdb

13.8 KB

/.../Module6.EventSourcing.CommandStack/Commands/

EditBookingCommand.cs

0.7 KB

RequestBookingCommand.cs

0.7 KB

/.../Module6.EventSourcing.CommandStack/Domain/Services/Adapter/

BookingAdapter.cs

0.6 KB

/.../Module6.EventSourcing.CommandStack/Domain/Services/

HistoryService.cs

1.7 KB

/.../Module6.EventSourcing.CommandStack/Events/

BookingCreatedEvent.cs

0.7 KB

BookingRequestRejectedEvent.cs

0.5 KB

BookingRequestedEvent.cs

0.6 KB

BookingUpdatedEvent.cs

0.8 KB

/.../Module6.EventSourcing.CommandStack/Handlers/

BookingRejectedHandler.cs

0.6 KB

EmailHandler.cs

1.1 KB

/.../Module6.EventSourcing.CommandStack/

Module6.EventSourcing.CommandStack.csproj

4.4 KB

/.../Module6.EventSourcing.CommandStack/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module6.EventSourcing.CommandStack/Sagas/

BookingSaga.cs

2.2 KB

/.../Module6.EventSourcing.CommandStack/bin/Debug/

Module6.EventSourcing.CommandStack.Domain.dll

9.7 KB

Module6.EventSourcing.CommandStack.Domain.pdb

24.1 KB

Module6.EventSourcing.CommandStack.dll

13.3 KB

Module6.EventSourcing.CommandStack.pdb

44.5 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll

11.3 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb

15.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll

16.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb

24.1 KB

Module6.EventSourcing.Infrastructure.dll

18.4 KB

Module6.EventSourcing.Infrastructure.pdb

42.5 KB

Module6.EventSourcing.SharedKernel.dll

8.7 KB

Module6.EventSourcing.SharedKernel.pdb

13.8 KB

/.../Module6.EventSourcing.Infrastructure.EventStore.SqlServer/

App.config

1.5 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.csproj

4.2 KB

packages.config

0.1 KB

/.../Module6.EventSourcing.Infrastructure.EventStore.SqlServer/Data/

LoggedEvent.cs

0.9 KB

Merlo.Context.cs

1.0 KB

Merlo.Context.tt

26.2 KB

Merlo.Designer.cs

0.9 KB

Merlo.cs

0.4 KB

Merlo.edmx

4.5 KB

Merlo.edmx.diagram

0.6 KB

Merlo.tt

28.7 KB

/.../Module6.EventSourcing.Infrastructure.EventStore.SqlServer/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module6.EventSourcing.Infrastructure.EventStore.SqlServer/Repositories/

EventRepository.cs

0.8 KB

/.../Module6.EventSourcing.Infrastructure.EventStore.SqlServer/bin/Debug/

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll

11.3 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll.config

1.5 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb

15.9 KB

/.../Module6.EventSourcing.Infrastructure.Persistence.SqlServer/

App.Config

0.9 KB

Booking.cs

1.0 KB

Court.cs

1.0 KB

Merlo.Context.cs

1.1 KB

Merlo.Context.tt

26.2 KB

Merlo.Designer.cs

0.9 KB

Merlo.cs

0.4 KB

Merlo.edmx

8.2 KB

Merlo.edmx.diagram

0.9 KB

Merlo.tt

28.7 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.csproj

5.1 KB

packages.config

0.1 KB

/.../Module6.EventSourcing.Infrastructure.Persistence.SqlServer/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module6.EventSourcing.Infrastructure.Persistence.SqlServer/Repositories/Adapters/

BookingAdapter.cs

0.6 KB

/.../Module6.EventSourcing.Infrastructure.Persistence.SqlServer/Repositories/

BookingRepository.cs

2.2 KB

/.../Module6.EventSourcing.Infrastructure.Persistence.SqlServer/bin/Debug/

Module6.EventSourcing.CommandStack.Domain.dll

9.7 KB

Module6.EventSourcing.CommandStack.Domain.pdb

24.1 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll

11.3 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb

15.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll

16.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll.config

0.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb

24.1 KB

Module6.EventSourcing.Infrastructure.dll

18.4 KB

Module6.EventSourcing.Infrastructure.pdb

42.5 KB

Module6.EventSourcing.SharedKernel.dll

8.7 KB

Module6.EventSourcing.SharedKernel.pdb

13.8 KB

/.../Module6.EventSourcing.Infrastructure/

App.Config

1.1 KB

Command.cs

0.1 KB

EventBase.cs

0.4 KB

EventType.cs

0.3 KB

Handler.cs

0.4 KB

IBus.cs

0.3 KB

IEventStore.cs

0.3 KB

IHandleMessage.cs

0.2 KB

IStartWithMessage.cs

0.2 KB

Message.cs

0.1 KB

Module6.EventSourcing.Infrastructure.csproj

5.7 KB

Saga.cs

0.6 KB

packages.config

0.1 KB

/.../Module6.EventSourcing.Infrastructure/Extras/Backend/

MerloXtra.Context.cs

1.0 KB

MerloXtra.Context.tt

26.2 KB

MerloXtra.Designer.cs

0.8 KB

MerloXtra.cs

0.4 KB

MerloXtra.edmx

4.3 KB

MerloXtra.edmx.diagram

0.6 KB

MerloXtra.tt

28.8 KB

SentEmail.cs

0.8 KB

/.../Module6.EventSourcing.Infrastructure/Extras/

EmailService.cs

0.5 KB

/.../Module6.EventSourcing.Infrastructure/Framework/

Command.cs

0.1 KB

CommandResponse.cs

0.7 KB

Event.cs

0.3 KB

EventType.cs

0.2 KB

Handler.cs

0.5 KB

IBus.cs

0.3 KB

IHandleMessage.cs

0.2 KB

IStartWithMessage.cs

0.2 KB

InMemoryBus.cs

4.6 KB

Message.cs

0.2 KB

Saga.cs

0.7 KB

/.../Module6.EventSourcing.Infrastructure/Framework/EventStore/

IEventStore.cs

0.3 KB

SqlEventStore.cs

1.0 KB

/.../Module6.EventSourcing.Infrastructure/Framework/Repositories/

IRepository.cs

0.5 KB

/.../Module6.EventSourcing.Infrastructure/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module6.EventSourcing.Infrastructure/bin/Debug/

Module6.EventSourcing.CommandStack.Domain.dll

9.7 KB

Module6.EventSourcing.CommandStack.Domain.pdb

24.1 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll

11.3 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb

15.9 KB

Module6.EventSourcing.Infrastructure.dll

18.4 KB

Module6.EventSourcing.Infrastructure.dll.config

1.1 KB

Module6.EventSourcing.Infrastructure.pdb

42.5 KB

Module6.EventSourcing.SharedKernel.dll

8.7 KB

Module6.EventSourcing.SharedKernel.pdb

13.8 KB

/.../Module6.EventSourcing.QueryStack/DataAccess/

Database.cs

0.7 KB

IDatabase.cs

0.3 KB

/.../Module6.EventSourcing.QueryStack/DataAccess/Extensions/

BookingExtensions.cs

0.4 KB

CourtExtensions.cs

0.2 KB

/.../Module6.EventSourcing.QueryStack/Model/

CourtSchedule.cs

0.4 KB

Slot.cs

0.5 KB

/.../Module6.EventSourcing.QueryStack/

Module6.EventSourcing.QueryStack.csproj

3.3 KB

packages.config

0.1 KB

/.../Module6.EventSourcing.QueryStack/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module6.EventSourcing.QueryStack/bin/Debug/

Module6.EventSourcing.CommandStack.Domain.dll

9.7 KB

Module6.EventSourcing.CommandStack.Domain.pdb

24.1 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll

11.3 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb

15.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll

16.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb

24.1 KB

Module6.EventSourcing.Infrastructure.dll

18.4 KB

Module6.EventSourcing.Infrastructure.pdb

42.5 KB

Module6.EventSourcing.QueryStack.dll

8.2 KB

Module6.EventSourcing.QueryStack.pdb

22.0 KB

Module6.EventSourcing.SharedKernel.dll

8.7 KB

Module6.EventSourcing.SharedKernel.pdb

13.8 KB

/.../Module6.EventSourcing.Server/App_Start/

BusConfig.cs

0.7 KB

RouteConfig.cs

0.5 KB

/.../Module6.EventSourcing.Server/Application/

BookingService.cs

1.9 KB

HomeService.cs

2.2 KB

/.../Module6.EventSourcing.Server/Content/Fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

108.7 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/.../Module6.EventSourcing.Server/Content/Scripts/

bootstrap.min.js

36.0 KB

jquery-1.9.1.min.js

92.6 KB

merlo.booking.js

0.1 KB

/.../Module6.EventSourcing.Server/Content/Styles/

bootstrap.min.css

117.3 KB

bootstrap.min1.css

117.3 KB

merlo.booking.server.css

0.5 KB

/.../Module6.EventSourcing.Server/Controllers/

ApiController.cs

0.7 KB

BookingController.cs

0.8 KB

HomeController.cs

0.4 KB

/.../Module6.EventSourcing.Server/

Global.asax

0.1 KB

Global.asax.cs

0.4 KB

Module6.EventSourcing.Server.csproj

8.4 KB

Module6.EventSourcing.Server.csproj.user

1.1 KB

Web.Debug.config

1.3 KB

Web.Release.config

1.4 KB

Web.config

4.3 KB

packages.config

0.6 KB

/.../Module6.EventSourcing.Server/Properties/

AssemblyInfo.cs

1.4 KB

/.../Module6.EventSourcing.Server/ViewModels/

IndexViewModel.cs

0.3 KB

ViewModelBase.cs

0.2 KB

/.../Module6.EventSourcing.Server/Views/Home/

index.cshtml

9.7 KB

/.../Module6.EventSourcing.Server/Views/Shared/

_Layout.cshtml

1.5 KB

/.../Module6.EventSourcing.Server/Views/

_ViewStart.cshtml

0.1 KB

web.config

1.6 KB

/.../Module6.EventSourcing.Server/bin/

EntityFramework.dll

1.1 MB

EntityFramework.xml

1.1 MB

Module6.EventSourcing.CommandStack.Domain.dll

9.7 KB

Module6.EventSourcing.CommandStack.Domain.pdb

24.1 KB

Module6.EventSourcing.CommandStack.dll

13.3 KB

Module6.EventSourcing.CommandStack.pdb

44.5 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll

11.3 KB

Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb

15.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll

16.9 KB

Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb

24.1 KB

Module6.EventSourcing.Infrastructure.dll

18.4 KB

Module6.EventSourcing.Infrastructure.pdb

42.5 KB

Module6.EventSourcing.QueryStack.dll

8.2 KB

Module6.EventSourcing.QueryStack.pdb

22.0 KB

Module6.EventSourcing.Server.dll

13.8 KB

Module6.EventSourcing.Server.dll.config

4.3 KB

Module6.EventSourcing.Server.pdb

40.4 KB

Module6.EventSourcing.SharedKernel.dll

8.7 KB

Module6.EventSourcing.SharedKernel.pdb

13.8 KB

System.Web.Helpers.dll

140.0 KB

System.Web.Helpers.xml

74.9 KB

System.Web.Mvc.dll

565.4 KB

System.Web.Mvc.xml

952.4 KB

System.Web.Razor.dll

272.1 KB

System.Web.Razor.xml

522.1 KB

System.Web.Webpages.Deployment.dll

41.7 KB

System.Web.Webpages.Deployment.xml

4.9 KB

System.Web.Webpages.Razor.dll

39.6 KB

System.Web.Webpages.Razor.xml

25.2 KB

System.Web.Webpages.dll

211.7 KB

System.Web.Webpages.xml

234.7 KB

/.../Module6.EventSourcing.SharedKernel/

JavaScriptSloInfo.cs

0.4 KB

JavaScriptSlotHistory.cs

0.3 KB

Module6.EventSourcing.SharedKernel.csproj

2.4 KB

SlotHistory.cs

2.1 KB

SlotInfo.cs

0.5 KB

/.../Module6.EventSourcing.SharedKernel/Properties/

AssemblyInfo.cs

1.5 KB

/.../Module6.EventSourcing.SharedKernel/bin/Debug/

Module6.EventSourcing.SharedKernel.dll

8.7 KB

Module6.EventSourcing.SharedKernel.pdb

13.8 KB

/Exercise Files/6-exercise-files/Module6/

Pluralsight.ModernArchitecture.Mod6.sln

6.1 KB

Pluralsight.ModernArchitecture.Mod6.sln.DotSettings.user

0.4 KB

Pluralsight.ModernArchitecture.Mod6.v12.suo

177.7 KB

 

Total files 838


Copyright © 2024 FileMood.com