文件名称:DDDSample-CQRS
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-10-15
- 文件大小:
- 3.99mb
- 下载次数:
- 0次
- 提 供 者:
- qiu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
领域驱动结合读写分离的示例代码,使用Nhibernate作为持久化操作-Domain-driven separation combined with the sample code to read and write, as the persistence operations using Nhibernate
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DDDSample-CQRS\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.cd
..............\......\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
..............\....................\Properties\AssemblyInfo.cs
..............\.......Persistence.NHibernate\AbstractRepository.cs
..............\.............................\Cargo.hbm.xml
..............\.............................\CargoRepository.cs
..............\.............................\Domain.Persistence.NHibernate.csproj