Torrent Downloads » Other » [ CourseBoat com ] PluralSight - Modern Software Architecture - Domain Models, CQRS, and Event Sourcing
Other
[ CourseBoat com ] PluralSight - Modern Software Architecture - Domain Models, CQRS, and Event Sourcing
Torrent info
Name:[ CourseBoat com ] PluralSight - Modern Software Architecture - Domain Models, CQRS, and Event Sourcing
Infohash: CD6E231EB1901B8A4B62928EE851C4490A9F1337
Total Size: 987.31 MB
Magnet: Magnet Download
Seeds: 3
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2026-01-06 15:44:55 (Update Now)
Torrent added: 2022-02-28 21:02:56
Alternatives:[ CourseBoat com ] PluralSight - Modern Software Architecture - Domain Models, CQRS, and Event Sourcing Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 987.31 MB) (Files: 838)
Get Bonus Downloads Here.url
~Get Your Files Here !
01 DDD at a Glance
01 01 Introduction.mp4
01 02 DDD in History.mp4
01 03 DDD Today.mp4
01 04 DDD Misconceptions.mp4
02 Discovering the Domain Architecture through DDD
02 01 Introduction.mp4
02 02 Ubiquitous Language.mp4
02 03 Defining the Ubiquitous Language.mp4
02 04 Ubiquitous Language Tips.mp4
02 05 Bounded Contexts.mp4
02 06 Discovering Bounded Contexts.mp4
02 07 Context Mapping.mp4
02 08 Event Storming.mp4
03 The DDD Layered Architecture
03 01 Introduction.mp4
03 02 The Layers of a Software System.mp4
03 03 The Presentation Layer.mp4
03 04 The Application Layer.mp4
03 05 The Business Logic.mp4
03 06 Patterns for Organizing the Business Logic.mp4
03 07 The Domain Layer.mp4
03 08 The Infrastructure Layer.mp4
04 The 'Domain Model' Supporting Architecture
04 01 Introduction.mp4
04 02 Holistic Model for the Business Domain.mp4
04 03 Aspects of a Domain Model.mp4
04 04 Database-centric Domain Models.mp4
04 05 That Crazy Little Thing Called Behavior.mp4
04 06 Domain Model as a Domain API.mp4
04 07 Aggregates and Value Types w_ DEMO.mp4
04 08 Domain Services.mp4
04 09 Events in the Business Domain.mp4
04 10 Anemic Models.mp4
04 11 Beyond Single All-encompassing Domain Models.mp4
05 The CQRS Supporting Architecture
05 01 Introduction.mp4
05 02 CQRS at a Glance.mp4
05 03 CQRS Regular.mp4
05 04 CQRS Regular in Action.mp4
05 05 CQRS Premium.mp4
05 06 CQRS Premium in Action.mp4
05 07 Message-based Business Logic.mp4
05 08 CQRS Deluxe.mp4
05 09 CQRS Deluxe Implementation.mp4
05 10 CQRS Deluxe Code Inspection.mp4
06 Event Sourcing
06 01 Introduction.mp4
06 02 From CQRS to Events.mp4
06 03 Event Sourcing at a Glance.mp4
06 04 Events as the Data Source.mp4
06 05 Event-based Persistence.mp4
06 06 Data Projections from Stored Events.mp4
06 07 Event Sourcing in Action.mp4
06 08 Event-based Data Stores.mp4
07 Designing Software Driven by the Domain
07 01 Introduction.mp4
07 02 Dealing with Legacy Code.mp4
07 03 Revisiting CRUD Systems.mp4
07 04 A Gentle Introduction to UX-driven Design.mp4
07 05 Highlights of UX-driven Design.mp4
07 06 Pillars of Modern Software.mp4
Bonus Resources.txt
Exercise Files
1-slides.pdf
2-slides.pdf
3-slides.pdf
4-exercise-files
Pluralsight.ModernArchitecture
Module4.DomainModel
Aggregates
Address.cs
Aggregate.cs
Company.cs
IAggregate.cs
Party.cs
Person.cs
Business
Match.cs
MatchState.cs
Score.cs
TeamId.cs
DomainEvents
Aggregate.cs
Company.cs
DomainEvent.cs
Events
CompanyRegisteredEvent.cs
PersonRegisteredEvent.cs
IAggregate.cs
Message.cs
Party.cs
Person.cs
Extensions
NumberExtensions.cs
StringExtensions.cs
Module4.DomainModel.csproj
Persistence
Match.cs
MatchState.cs
Score.cs
Properties
AssemblyInfo.cs
Pluralsight.ModernArchitecture.sln
SampleTests
Properties
AssemblyInfo.cs
SampleTests.csproj
UnitTest1.cs
bin
Debug
Module4.DomainModel.dll
Module4.DomainModel.pdb
SampleTests.dll
SampleTests.pdb
obj
Debug
DesignTimeResolveAssemblyReferencesInput.cache
SampleTests.csproj.FileListAbsolute.txt
SampleTests.csprojResolveAssemblyReference.cache
SampleTests.dll
SampleTests.pdb
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
4-slides.pdf
5-exercise-files
Deluxe
Module5.Deluxe.CommandStack.Domain
Common
Aggregate.cs
DomainEvent.cs
IAggregate.cs
Model
BookingRequest.cs
Events
BookingRequestCreatedEvent.cs
Module5.Deluxe.CommandStack.Domain.csproj
Properties
AssemblyInfo.cs
bin
Debug
Merlo.Booker.CommandStack.Domain.dll
Merlo.Booker.CommandStack.Domain.pdb
Module5.Deluxe.CommandStack.Domain.dll
Module5.Deluxe.CommandStack.Domain.pdb
Module5.Deluxe.CommandStack
AssemblyDependencies1.dgml
Commands
RequestBookingCommand.cs
Domain
Services
Adapter
BookingAdapter.cs
Events
BookingCreatedEvent.cs
BookingRequestRejectedEvent.cs
BookingRequestedEvent.cs
Handlers
BookingRejectedHandler.cs
EmailHandler.cs
Module5.Deluxe.CommandStack.csproj
Properties
AssemblyInfo.cs
Sagas
BookingSaga.cs
bin
Debug
EntityFramework.dll
EntityFramework.xml
Merlo.Booker.CommandStack.Domain.dll
Merlo.Booker.CommandStack.Domain.pdb
Merlo.Booker.CommandStack.dll
Merlo.Booker.CommandStack.pdb
Merlo.Booker.Infrastructure.EventStore.SqlServer.dll
Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb
Merlo.Booker.Infrastructure.Persistence.SqlServer.dll
Merlo.Booker.Infrastructure.Persistence.SqlServer.pdb
Merlo.Booker.Infrastructure.dll
Merlo.Booker.Infrastructure.pdb
Merlo.Booking.CommandStack.dll
Merlo.Booking.CommandStack.pdb
Module5.Deluxe.CommandStack.Domain.dll
Module5.Deluxe.CommandStack.Domain.pdb
Module5.Deluxe.CommandStack.dll
Module5.Deluxe.CommandStack.pdb
Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll
Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb
Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll
Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb
Module5.Deluxe.Infrastructure.dll
Module5.Deluxe.Infrastructure.pdb
Module5.Deluxe.Infrastructure.EventStore.RavenDb
Module5.Deluxe.Infrastructure.EventStore.RavenDb.csproj
Properties
AssemblyInfo.cs
bin
Debug
Merlo.Booker.Infrastructure.EventStore.RavenDb.dll
Merlo.Booker.Infrastructure.EventStore.RavenDb.pdb
Merlo.Booking.Infrastructure.EventStore.RavenDb.dll
Merlo.Booking.Infrastructure.EventStore.RavenDb.pdb
Module5.Deluxe.Infrastructure.EventStore.RavenDb.dll
Module5.Deluxe.Infrastructure.EventStore.RavenDb.pdb
Module5.Deluxe.Infrastructure.EventStore.SqlServer
App.config
Data
LoggedEvent.cs
Merlo.Context.cs
Merlo.Context.tt
Merlo.Designer.cs
Merlo.cs
Merlo.edmx
Merlo.edmx.diagram
Merlo.tt
Module5.Deluxe.Infrastructure.EventStore.SqlServer.csproj
Properties
AssemblyInfo.cs
Repositories
EventRepository.cs
bin
Debug
EntityFramework.dll
EntityFramework.xml
Merlo.Booker.Infrastructure.EventStore.SqlServer.dll
Merlo.Booker.Infrastructure.EventStore.SqlServer.dll.config
Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb
Merlo.Booking.Infrastructure.EventStore.SqlServer.dll
Merlo.Booking.Infrastructure.EventStore.SqlServer.pdb
Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll
Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll.config
Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb
packages.config
Module5.Deluxe.Infrastructure.Persistence.SqlServer
App.Config
Data
Booking.cs
Court.cs
MerloContext.cs
Module5.Deluxe.Infrastructure.Persistence.SqlServer.csproj
Properties
AssemblyInfo.cs
Repositories
Adapters
BookingAdapter.cs
BookingRepository.cs
bin
Debug
EntityFramework.dll
EntityFramework.xml
Merlo.Booker.CommandStack.Domain.dll
Merlo.Booker.CommandStack.Domain.pdb
Merlo.Booker.Infrastructure.Data.SqlServer.dll.config
Merlo.Booker.Infrastructure.Data.SqlServer.pdb
Merlo.Booker.Infrastructure.EventStore.SqlServer.dll
Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb
Merlo.Booker.Infrastructure.Persistence.SqlServer.dll
Merlo.Booker.Infrastructure.Persistence.SqlServer.dll.config
Merlo.Booker.Infrastructure.Persistence.SqlServer.pdb
Merlo.Booker.Infrastructure.dll
Merlo.Booker.Infrastructure.pdb
Merlo.Booking.Infrastructure.Data.SqlServer.dll
Merlo.Booking.Infrastructure.Data.SqlServer.pdb
Module5.Deluxe.CommandStack.Domain.dll
Module5.Deluxe.CommandStack.Domain.pdb
Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll
Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb
Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll
Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll.config
Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb
Module5.Deluxe.Infrastructure.dll
Module5.Deluxe.Infrastructure.pdb
packages.config
Module5.Deluxe.Infrastructure
App.Config
Command.cs
EventBase.cs
EventType.cs
Extras
Backend
MerloXtra.Context.cs
MerloXtra.Context.tt
MerloXtra.Designer.cs
MerloXtra.cs
MerloXtra.edmx
MerloXtra.edmx.diagram
MerloXtra.tt
SentEmail.cs
EmailService.cs
Framework
Command.cs
CommandResponse.cs
Event.cs
EventStore
IEventStore.cs
SqlEventStore.cs
EventType.cs
Handler.cs
IBus.cs
IHandleMessage.cs
IStartWithMessage.cs
InMemoryBus.cs
Message.cs
Repositories
IRepository.cs
Saga.cs
Handler.cs
IBus.cs
IEventStore.cs
IHandleMessage.cs
IStartWithMessage.cs
Message.cs
Module5.Deluxe.Infrastructure.csproj
Properties
AssemblyInfo.cs
Saga.cs
bin
Debug
EntityFramework.dll
EntityFramework.xml
Merlo.Booker.CommandStack.Domain.dll
Merlo.Booker.CommandStack.Domain.pdb
Merlo.Booker.Infrastructure.EventStore.SqlServer.dll
Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb
Merlo.Booker.Infrastructure.dll
Merlo.Booker.Infrastructure.dll.config
Merlo.Booker.Infrastructure.pdb
Merlo.Booking.Infrastructure.dll
Merlo.Booking.Infrastructure.pdb
Module5.Deluxe.CommandStack.Domain.dll
Module5.Deluxe.CommandStack.Domain.pdb
Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll
Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb
Module5.Deluxe.Infrastructure.dll
Module5.Deluxe.Infrastructure.dll.config
Module5.Deluxe.Infrastructure.pdb
packages.config
Module5.Deluxe.QueryStack
DataAccess
Database.cs
Extensions
BookingExtensions.cs
CourtExtensions.cs
IDatabase.cs
Model
CourtSchedule.cs
Slot.cs
Module5.Deluxe.QueryStack.csproj
Properties
AssemblyInfo.cs
bin
Debug
EntityFramework.dll
EntityFramework.xml
Merlo.Booker.CommandStack.Domain.dll
Merlo.Booker.CommandStack.Domain.pdb
Merlo.Booker.Infrastructure.EventStore.SqlServer.dll
Merlo.Booker.Infrastructure.EventStore.SqlServer.pdb
Merlo.Booker.Infrastructure.Persistence.SqlServer.dll
Merlo.Booker.Infrastructure.Persistence.SqlServer.pdb
Merlo.Booker.Infrastructure.dll
Merlo.Booker.Infrastructure.pdb
Merlo.Booker.QueryStack.dll
Merlo.Booker.QueryStack.pdb
Merlo.Booking.QueryStack.dll
Merlo.Booking.QueryStack.dll.config
Merlo.Booking.QueryStack.pdb
Module5.Deluxe.CommandStack.Domain.dll
Module5.Deluxe.CommandStack.Domain.pdb
Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll
Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb
Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll
Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb
Module5.Deluxe.Infrastructure.dll
Module5.Deluxe.Infrastructure.pdb
Module5.Deluxe.QueryStack.dll
Module5.Deluxe.QueryStack.pdb
packages.config
Module5.Deluxe.Server
App_Start
BusConfig.cs
RouteConfig.cs
Application
BookingService.cs
HomeService.cs
Content
Fonts
glyphicons-halflings-regular.eot
glyphicons-halflings-regular.svg
glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.woff
glyphicons-halflings-regular.woff2
Scripts
bootstrap.min.js
jquery-1.9.1.min.js
merlo.booking.js
Styles
bootstrap.min.css
bootstrap.min1.css
merlo.booking.server.css
Controllers
BookingController.cs
HomeController.cs
Global.asax
Global.asax.cs
Module5.Deluxe.Server.csproj
Module5.Deluxe.Server.csproj.user
Properties
AssemblyInfo.cs
ViewModels
IndexViewModel.cs
ViewModelBase.cs
Views
Home
index.cshtml
Shared
_Layout.cshtml
_ViewStart.cshtml
web.config
Web.Debug.config
Web.Release.config
Web.config
bin
EntityFramework.dll
EntityFramework.xml
Module5.Deluxe.CommandStack.Domain.dll
Module5.Deluxe.CommandStack.Domain.pdb
Module5.Deluxe.CommandStack.dll
Module5.Deluxe.CommandStack.pdb
Module5.Deluxe.Infrastructure.EventStore.SqlServer.dll
Module5.Deluxe.Infrastructure.EventStore.SqlServer.pdb
Module5.Deluxe.Infrastructure.Persistence.SqlServer.dll
Module5.Deluxe.Infrastructure.Persistence.SqlServer.pdb
Module5.Deluxe.Infrastructure.dll
Module5.Deluxe.Infrastructure.pdb
Module5.Deluxe.QueryStack.dll
Module5.Deluxe.QueryStack.pdb
Module5.Deluxe.Server.dll
Module5.Deluxe.Server.dll.config
Module5.Deluxe.Server.pdb
System.Web.Helpers.dll
System.Web.Helpers.xml
System.Web.Mvc.dll
System.Web.Mvc.xml
System.Web.Razor.dll
System.Web.Razor.xml
System.Web.Webpages.Deployment.dll
System.Web.Webpages.Deployment.xml
System.Web.Webpages.Razor.dll
System.Web.Webpages.Razor.xml
System.Web.Webpages.dll
System.Web.Webpages.xml
packages.config
Pluralsight.ModernArchitecture.Mod5.sln
Premium
AssemblyDependencies1.dgml
Module5.Premium.Command
EventBuilder.cs
EventSourceManager.cs
Model
EventType.cs
Match.cs
Score.cs
TeamId.cs
Module5.Premium.Command.csproj
Properties
AssemblyInfo.cs
Services
MatchSynchronizer.cs
bin
Debug
Merlo.Cqrs.Command.dll
Merlo.Cqrs.Command.pdb
Merlo.Cqrs.Infrastructure.dll
Merlo.Cqrs.Infrastructure.pdb
Merlo.Es.Command.dll
Merlo.Es.Command.pdb
Merlo.Es.Infrastructure.dll
Merlo.Es.Infrastructure.pdb
Merlo.Es.Shared.dll
Merlo.Es.Shared.pdb
Module5.Premium.Command.dll
Module5.Premium.Command.pdb
Module5.Premium.Infrastructure.dll
Module5.Premium.Infrastructure.pdb
Module5.Premium.Shared.dll
Module5.Premium.Shared.pdb
Module5.Premium.Infrastructure
App.Config
Common
CopyExtensions.cs
Match.cs
MatchEvent.cs
Merlo.Context.cs
Merlo.Context.tt
Merlo.Designer.cs
Merlo.cs
Merlo.edmx
Merlo.edmx.diagram
Merlo.tt
Module5.Premium.Infrastructure.csproj
Properties
AssemblyInfo.cs
Repositories
EventRepository.cs
MatchRepository.cs
MiscRepository.cs
bin
Debug
EntityFramework.dll
EntityFramework.xml
Merlo.Cqrs.Infrastructure.dll
Merlo.Cqrs.Infrastructure.dll.config
Merlo.Cqrs.Infrastructure.pdb
Merlo.Ddd.Infrastructure.dll
Merlo.Ddd.Infrastructure.dll.config
Merlo.Ddd.Infrastructure.pdb
Merlo.Es.Infrastructure.dll
Merlo.Es.Infrastructure.dll.config
Merlo.Es.Infrastructure.pdb
Module5.Premium.Infrastructure.dll
Module5.Premium.Infrastructure.dll.config
Module5.Premium.Infrastructure.pdb
packages.config
Module5.Premium.Read
Dto
MatchInProgress.cs
MatchListItem.cs
Facade
MatchFacade.cs
Module5.Premium.Read.csproj
Properties
AssemblyInfo.cs
bin
Debug
EntityFramework.dll
EntityFramework.xml
Merlo.Cqrs.Infrastructure.dll
Merlo.Cqrs.Infrastructure.pdb
Merlo.Cqrs.Read.dll
Merlo.Cqrs.Read.pdb
Merlo.Es.Infrastructure.dll
Merlo.Es.Infrastructure.pdb
Merlo.Es.Read.dll
Merlo.Es.Read.pdb
Merlo.Es.Shared.dll
Merlo.Es.Shared.pdb
Module5.Premium.Infrastructure.dll
Module5.Premium.Infrastructure.pdb
Module5.Premium.Read.dll
Module5.Premium.Read.pdb
Module5.Premium.Shared.dll
Module5.Premium.Shared.pdb
Module5.Premium.Server
Module5.Premium.Server
App_Start
RouteConfig.cs
Application
AdminService.cs
HomeService.cs
LiveScoreService.cs
MatchService.cs
SignalR
LiveScoreHub.cs
Common
Actions
AdminAction.cs
Extensions
NumberExtensions.cs
Content
Fonts
glyphicons-halflings-regular.eot
glyphicons-halflings-regular.svg
glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.woff
Merlo.jpg
Merlo.png
Scripts
bootstrap.min.js
jquery-1.10.2.min.js
jquery.signalR-2.2.0.min.js
Styles
bootstrap.min.css
merlo.ddd.server.css
Controllers
AdminController.cs
HomeController.cs
LiveController.cs
MatchController.cs
Global.asax
Global.asax.cs
Module5.Premium.Server.csproj
Module5.Premium.Server.csproj.user
Properties
AssemblyInfo.cs
Readme.txt
Startup.cs
ViewModels
IndexViewModel.cs
LiveViewModel.cs
MatchAllowedActions.cs
MatchViewModel.cs
ViewModelBase.cs
Views
Admin
Index.cshtml
Home
Index.cshtml
Live
Index.cshtml
_live.cshtml
Match
Index.cshtml
Shared
_Layout.cshtml
_ViewStart.cshtml
web.config
Web.Debug.config
Web.Release.config
Web.config
bin
EntityFramework.dll
EntityFramework.xml
Microsoft.AspNet.SignalR.Core.dll
Microsoft.AspNet.SignalR.Core.xml
Microsoft.AspNet.SignalR.SystemWeb.dll
Microsoft.AspNet.SignalR.SystemWeb.xml
Microsoft.Owin.Host.SystemWeb.dll
Microsoft.Owin.Host.SystemWeb.xml
Microsoft.Owin.Security.dll
Microsoft.Owin.Security.xml
Microsoft.Owin.dll
Microsoft.Owin.xml
Module5.Premium.Command.dll
Module5.Premium.Command.pdb
Module5.Premium.Infrastructure.dll
Module5.Premium.Infrastructure.pdb
Module5.Premium.Read.dll
Module5.Premium.Read.pdb
Module5.Premium.Server.dll
Module5.Premium.Server.dll.config
Module5.Premium.Server.pdb
Module5.Premium.Shared.dll
Module5.Premium.Shared.pdb
Newtonsoft.Json.dll
Newtonsoft.Json.xml
Owin.dll
System.Web.Mvc.dll
System.Web.Mvc.xml
System.Web.WebPages.Deployment.dll
System.Web.WebPages.Deployment.xml
System.Web.Webpages.Razor.dll
System.Web.Webpages.Razor.xml
System.Web.Webpages.dll
System.Web.Webpages.xml
packages.config
Module5.Premium.Shared
Extensions
NumberExtensions.cs
StringExtensions.cs
MatchState.cs
Module5.Premium.Shared.csproj
Properties
AssemblyInfo.cs
bin
Debug
Merlo.Es.Shared.dll
Merlo.Es.Shared.pdb
Module5.Premium.Shared.dll
Module5.Premium.Shared.pdb
Regular
Module5.Regular.CommandStack
App.config
CommandDbContext.cs
Model
Match.cs
Module5.Regular.CommandStack.csproj
Properties
AssemblyInfo.cs
bin
Debug
EntityFramework.SqlServer.dll
EntityFramework.dll
EntityFramework.xml
Merlo.Crud.CommandStack.dll
Merlo.Crud.CommandStack.pdb
Module5.Regular.CommandStack.dll
Module5.Regular.CommandStack.pdb
packages.config
Module5.Regular.ReadStack
App.Config
Database.cs
Model
Match.cs
Module5.Regular.ReadStack.csproj
Properties
AssemblyInfo.cs
QueryDbContext.cs
bin
Debug
EntityFramework.SqlServer.dll
EntityFramework.dll
EntityFramework.xml
Merlo.Crud.QueryStack.dll
Merlo.Crud.QueryStack.dll.config
Merlo.Crud.QueryStack.pdb
Module5.Regular.ReadStack.dll
Module5.Regular.ReadStack.dll.config
Module5.Regular.ReadStack.pdb
packages.config
Module5.Regular.Server
AssemblyDependencies1.dgml
Module5.Regular.Server
App_Start
RouteConfig.cs
ApplicationLayer
Abstractions
IAdminService.cs
AdminService.cs
Content
Scripts
bootstrap.min.js
jquery-1.10.2.min.js
Styles
Site.css
bootstrap.min.css
fonts
glyphicons-halflings-regular.eot
glyphicons-halflings-regular.svg
glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.woff
Controllers
AdminController.cs
HomeController.cs
Global.asax
Global.asax.cs
Models
RegisterInputModel.cs
RegisterViewModel.cs
ViewModelBase.cs
Module5.Regular.Server.csproj
Module5.Regular.Server.csproj.user
Properties
AssemblyInfo.cs
Views
Admin
Register.cshtml
Home
Index.cshtml
Shared
_Layout.cshtml
_ViewStart.cshtml
web.config
Web.Debug.config
Web.Release.config
Web.config
bin
EntityFramework.SqlServer.dll
EntityFramework.SqlServer.xml
EntityFramework.dll
EntityFramework.xml
Module5.Regular.CommandStack.dll
Module5.Regular.CommandStack.pdb
Module5.Regular.ReadStack.dll
Module5.Regular.ReadStack.pdb
Module5.Regular.Server.dll
Module5.Regular.Server.dll.config
Module5.Regular.Server.pdb
System.Web.Helpers.dll
System.Web.Mvc.dll
System.Web.Mvc.xml
System.Web.WebPages.Deployment.dll
System.Web.WebPages.Deployment.xml
System.Web.Webpages.Razor.dll
System.Web.Webpages.Razor.xml
System.Web.Webpages.dll
System.Web.Webpages.xml
packages.config
5-slides.pdf
6-exercise-files
MerloDatabase.sql
Module6
EventSourcing
Module6.EventSourcing.CommandStack.Domain
Common
Aggregate.cs
DomainEvent.cs
IAggregate.cs
Model
BookingRequest.cs
Events
BookingRequestCreatedEvent.cs
Module6.EventSourcing.CommandStack.Domain.csproj
Properties
AssemblyInfo.cs
bin
Debug
Module6.EventSourcing.CommandStack.Domain.dll
Module6.EventSourcing.CommandStack.Domain.pdb
Module6.EventSourcing.SharedKernel.dll
Module6.EventSourcing.SharedKernel.pdb
Module6.EventSourcing.CommandStack
Commands
EditBookingCommand.cs
RequestBookingCommand.cs
Domain
Services
Adapter
BookingAdapter.cs
HistoryService.cs
Events
BookingCreatedEvent.cs
BookingRequestRejectedEvent.cs
BookingRequestedEvent.cs
BookingUpdatedEvent.cs
Handlers
BookingRejectedHandler.cs
EmailHandler.cs
Module6.EventSourcing.CommandStack.csproj
Properties
AssemblyInfo.cs
Sagas
BookingSaga.cs
bin
Debug
Module6.EventSourcing.CommandStack.Domain.dll
Module6.EventSourcing.CommandStack.Domain.pdb
Module6.EventSourcing.CommandStack.dll
Module6.EventSourcing.CommandStack.pdb
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb
Module6.EventSourcing.Infrastructure.dll
Module6.EventSourcing.Infrastructure.pdb
Module6.EventSourcing.SharedKernel.dll
Module6.EventSourcing.SharedKernel.pdb
Module6.EventSourcing.Infrastructure.EventStore.SqlServer
App.config
Data
LoggedEvent.cs
Merlo.Context.cs
Merlo.Context.tt
Merlo.Designer.cs
Merlo.cs
Merlo.edmx
Merlo.edmx.diagram
Merlo.tt
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.csproj
Properties
AssemblyInfo.cs
Repositories
EventRepository.cs
bin
Debug
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll.config
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb
packages.config
Module6.EventSourcing.Infrastructure.Persistence.SqlServer
App.Config
Booking.cs
Court.cs
Merlo.Context.cs
Merlo.Context.tt
Merlo.Designer.cs
Merlo.cs
Merlo.edmx
Merlo.edmx.diagram
Merlo.tt
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.csproj
Properties
AssemblyInfo.cs
Repositories
Adapters
BookingAdapter.cs
BookingRepository.cs
bin
Debug
Module6.EventSourcing.CommandStack.Domain.dll
Module6.EventSourcing.CommandStack.Domain.pdb
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll.config
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb
Module6.EventSourcing.Infrastructure.dll
Module6.EventSourcing.Infrastructure.pdb
Module6.EventSourcing.SharedKernel.dll
Module6.EventSourcing.SharedKernel.pdb
packages.config
Module6.EventSourcing.Infrastructure
App.Config
Command.cs
EventBase.cs
EventType.cs
Extras
Backend
MerloXtra.Context.cs
MerloXtra.Context.tt
MerloXtra.Designer.cs
MerloXtra.cs
MerloXtra.edmx
MerloXtra.edmx.diagram
MerloXtra.tt
SentEmail.cs
EmailService.cs
Framework
Command.cs
CommandResponse.cs
Event.cs
EventStore
IEventStore.cs
SqlEventStore.cs
EventType.cs
Handler.cs
IBus.cs
IHandleMessage.cs
IStartWithMessage.cs
InMemoryBus.cs
Message.cs
Repositories
IRepository.cs
Saga.cs
Handler.cs
IBus.cs
IEventStore.cs
IHandleMessage.cs
IStartWithMessage.cs
Message.cs
Module6.EventSourcing.Infrastructure.csproj
Properties
AssemblyInfo.cs
Saga.cs
bin
Debug
Module6.EventSourcing.CommandStack.Domain.dll
Module6.EventSourcing.CommandStack.Domain.pdb
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb
Module6.EventSourcing.Infrastructure.dll
Module6.EventSourcing.Infrastructure.dll.config
Module6.EventSourcing.Infrastructure.pdb
Module6.EventSourcing.SharedKernel.dll
Module6.EventSourcing.SharedKernel.pdb
packages.config
Module6.EventSourcing.QueryStack
DataAccess
Database.cs
Extensions
BookingExtensions.cs
CourtExtensions.cs
IDatabase.cs
Model
CourtSchedule.cs
Slot.cs
Module6.EventSourcing.QueryStack.csproj
Properties
AssemblyInfo.cs
bin
Debug
Module6.EventSourcing.CommandStack.Domain.dll
Module6.EventSourcing.CommandStack.Domain.pdb
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb
Module6.EventSourcing.Infrastructure.dll
Module6.EventSourcing.Infrastructure.pdb
Module6.EventSourcing.QueryStack.dll
Module6.EventSourcing.QueryStack.pdb
Module6.EventSourcing.SharedKernel.dll
Module6.EventSourcing.SharedKernel.pdb
packages.config
Module6.EventSourcing.Server
App_Start
BusConfig.cs
RouteConfig.cs
Application
BookingService.cs
HomeService.cs
Content
Fonts
glyphicons-halflings-regular.eot
glyphicons-halflings-regular.svg
glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.woff
glyphicons-halflings-regular.woff2
Scripts
bootstrap.min.js
jquery-1.9.1.min.js
merlo.booking.js
Styles
bootstrap.min.css
bootstrap.min1.css
merlo.booking.server.css
Controllers
ApiController.cs
BookingController.cs
HomeController.cs
Global.asax
Global.asax.cs
Module6.EventSourcing.Server.csproj
Module6.EventSourcing.Server.csproj.user
Properties
AssemblyInfo.cs
ViewModels
IndexViewModel.cs
ViewModelBase.cs
Views
Home
index.cshtml
Shared
_Layout.cshtml
_ViewStart.cshtml
web.config
Web.Debug.config
Web.Release.config
Web.config
bin
EntityFramework.dll
EntityFramework.xml
Module6.EventSourcing.CommandStack.Domain.dll
Module6.EventSourcing.CommandStack.Domain.pdb
Module6.EventSourcing.CommandStack.dll
Module6.EventSourcing.CommandStack.pdb
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.dll
Module6.EventSourcing.Infrastructure.EventStore.SqlServer.pdb
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.dll
Module6.EventSourcing.Infrastructure.Persistence.SqlServer.pdb
Module6.EventSourcing.Infrastructure.dll
Module6.EventSourcing.Infrastructure.pdb
Module6.EventSourcing.QueryStack.dll
Module6.EventSourcing.QueryStack.pdb
Module6.EventSourcing.Server.dll
Module6.EventSourcing.Server.dll.config
Module6.EventSourcing.Server.pdb
Module6.EventSourcing.SharedKernel.dll
Module6.EventSourcing.SharedKernel.pdb
System.Web.Helpers.dll
System.Web.Helpers.xml
System.Web.Mvc.dll
System.Web.Mvc.xml
System.Web.Razor.dll
System.Web.Razor.xml
System.Web.Webpages.Deployment.dll
System.Web.Webpages.Deployment.xml
System.Web.Webpages.Razor.dll
System.Web.Webpages.Razor.xml
System.Web.Webpages.dll
System.Web.Webpages.xml
packages.config
Module6.EventSourcing.SharedKernel
JavaScriptSloInfo.cs
JavaScriptSlotHistory.cs
Module6.EventSourcing.SharedKernel.csproj
Properties
AssemblyInfo.cs
SlotHistory.cs
SlotInfo.cs
bin
Debug
Module6.EventSourcing.SharedKernel.dll
Module6.EventSourcing.SharedKernel.pdb
Pluralsight.ModernArchitecture.Mod6.sln
Pluralsight.ModernArchitecture.Mod6.sln.DotSettings.user
Pluralsight.ModernArchitecture.Mod6.v12.suo
6-slides.pdf
7-slides.pdf
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ CourseBoat com ] PluralSight - Modern Software Architecture - Domain Models, CQRS, and Event Sourcing Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






