文件名称:DDDSample-CQRS-LINQ
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-10-15
- 文件大小:
- 4.03mb
- 下载次数:
- 0次
- 提 供 者:
- qiu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
领域驱动设计结合读写分离,使用linq2sql作为持久化工具。-Domain Driven Design with separate read and write, using linq2sql as persistence tool.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DDDSample-CQRS-LINQ\Application\Application.csproj
...................\...........\Application.csproj.vspscc
...................\...........\.synchronousEventHandlers\EventHandlers\CargoHasBeenAssignedToRouteEventHandler.cs
...................\...........\.........................\.............\CargoWasHandledEventHandler.cs
...................\...........\.........................\MessageHandlers\AbstractMessageHandler.cs
...................\...........\.........................\...............\CargoHasBeenAssignedToRouteMessageHandler.cs
...................\...........\.........................\...............\CargoWasHandledMessageHandler.cs
...................\...........\.........................\.......s\CargoHasBeenAssignedToRouteMessage.cs
...................\...........\.........................\........\CargoWasHandledMessage.cs
...................\...........\IBookingService.cs
...................\...........\ICargoInspectionService.cs
...................\...........\IHandlingEventService.cs
...................\...........\.mplemetation\BookingService.cs
...................\...........\.............\HandlingEventService.cs
...................\...........\Properties\AssemblyInfo.cs
...................\...........\SynchronousEventHandlers\CargoHasBeenAssignedToRouteEventHandler.cs
...................\...........\........................\CargoWasHandledEventHandler.cs
...................\DDDSample.proj
...................\DDDSample.sln
...................\DDDSample.vsmdi
...................\DDDSample.vssscc
...................\.omain\Cargo\Cargo.cs
...................\......\.....\CargoDestinationChangedEvent.cs
...................\......\.....\CargoHasArrivedEvent.cs
...................\......\.....\CargoHasBeenAssignedToRouteEvent.cs
...................\......\.....\CargoRegisteredEvent.cs
...................\......\.....\CargoWasAssignedToRouteEvent.cs
...................\......\.....\CargoWasHandledEvent.cs
...................\......\.....\CargoWasMisdirectedEvent.cs
...................\......\.....\Delivery.cs
...................\......\.....\HandlingActivity.cs
...................\......\.....\HandlingEvent.cs
...................\......\.....\HandlingEventType.cs
...................\......\.....\ICargoRepository.cs
...................\......\.....\Itinerary.cs
...................\......\.....\Leg.cs
...................\......\.....\RouteSpecification.cs
...................\......\.....\RoutingStatus.cs
...................\......\.....\TrackingId.cs
...................\......\.....\TransportStatus.cs
...................\......\Domain.csproj
...................\......\Domain.csproj.vspscc
...................\......\DomainEvent.cs
...................\......\DomainEvents.cs
...................\......\Handling\CargoWasHandledEvent.cs
...................\......\........\HandlingEvent.cs
...................\......\........\HandlingEventType.cs
...................\......\........\HandlingHistory.cs
...................\......\........\IHandlingEventRepository.cs
...................\......\IEventHandler.cs
...................\......\IRoutingService.cs
...................\......\Location\ILocationRepository.cs
...................\......\........\Location.cs
...................\......\........\UnLocode.cs
...................\......\Properties\AssemblyInfo.cs
...................\......\ValueObject.cs
...................\......\.oyage\CarrierMovement.cs
...................\......\......\IVoyageRepository.cs
...................\......\......\Schedule.cs
...................\......\......\Voyage.cs
...................\......\......\VoyageNumber.cs
...................\.......EventHandlers\CargoDestinationChangedEventHandler.cs
...................\....................\CargoRegisteredEventHandler.cs
...................\....................\CargoWasAssignedToRouteEventHandler.cs
...................\....................\CargoWasHandledEventHandler.cs
...................\....................\Domain.EventHandlers.csproj
...................\....................\Domain.EventHandlers.csproj.vspscc
...................\............