0
  1. Trang chủ >
  2. Công Nghệ Thông Tin >
  3. Kỹ thuật lập trình >

NET Domain-Driven Design with C#P roblem – Design – Solution phần 5 pptx

NET Domain-Driven Design with C#P roblem – Design – Solution phần 1 potx

NET Domain-Driven Design with C#P roblem Design Solution phần 1 potx

... Managing Projects 55 The Problem 55 The Design 55 Designing the Domain Model 56 Defining the Project Aggregate 56 Defining the Aggregate Boundaries 57 Designing the Repositories 58 Writing the Unit ... View 154 Summary 156 Chapter 5: Submittal Transmittals 157 The Problem 157 The Design 158 Designing the Domain Model 158 Defining the Submittal Aggregate 159 ftoc.indd xftoc.indd x 3/20/08 2: 05: 44 ... to the application. c01.indd 3c01.indd 3 3/17/08 2:37: 05 PM3/17/08 2:37: 05 PM .NET Domain-Driven Design with C# Problem Design Solution Tim McCarthy Wiley Publishing, Inc.ffirs.indd...
  • 44
  • 374
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 2 pptx

NET Domain-Driven Design with C#P roblem Design Solution phần 2 pptx

... that will be used in the Project Aggregate. c03.indd 56 c03.indd 56 3/18/08 5: 12:46 PM3/18/08 5: 12:46 PMChapter 3: Managing Projects 58 CompanyClass EntityBaseAddressClassAllowanceClassMarketSegmentClass ... and one for the Employee Aggregate (see Figure 3.4 ). c03.indd 58 c03.indd 58 3/18/08 5: 12:47 PM3/18/08 5: 12:47 PMChapter 2: Designing the Layered Architecture26 The RepositoryMappingCollection ... actually have to make the c02.indd 45c02.indd 45 3/17/08 2:38: 15 PM3/17/08 2:38: 15 PMChapter 2: Designing the Layered Architecture 52 using System;using System.Windows;using System.Windows.Controls;using...
  • 43
  • 358
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 3 docx

NET Domain-Driven Design with C#P roblem Design Solution phần 3 docx

... this.AppendProjectAllowances(project); }); } #endregion c03.indd 83c03.indd 83 3/18/08 5: 12 :55 PM3/18/08 5: 12 :55 PMChapter 3: Managing Projects84 To refresh your memory from Chapter 2 , the ChildCallbacks ... public MarketSegment BuildEntity(IDataReader reader)c03.indd 82c03.indd 82 3/18/08 5: 12 :55 PM3/18/08 5: 12 :55 PMChapter 3: Managing Projects103Figure 3.9: The Project Information View In fact ... public string Name { get { return this.name; } } c03.indd 67c03.indd 67 3/18/08 5: 12 :50 PM3/18/08 5: 12 :50 PMChapter 3: Managing Projects83 { return new MarketSegment(reader[FieldNames.MarketSegmentId],...
  • 43
  • 323
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 4 doc

NET Domain-Driven Design with C#P roblem Design Solution phần 4 doc

... 3/18/08 5: 14: 15 PM3/18/08 5: 14: 15 PMChapter 4: Companies and Contacts146 < xcdg:DataGridControl.View > < xcdg:TableView HorizontalGridLineThickness=”1” VerticalGridLineThickness=”1” ... FindByKeyTest() { // Set the Key value object key = “8b6a05be-6106-45fb-b6cc-b03cfa5ab74b”; (continued)c04.indd 114c04.indd 114 3/18/08 5: 14:14 PM3/18/08 5: 14:14 PMChapter 4: Companies and Contacts141 ... baseTextBoxStyle}”/ > < Label Margin=” 35, 1 25. 04,0,0” Content=”Project State:” Style=”{StaticResource boldLabelStyle}”/ > < TextBox Margin=”1 95, 1 25. 15, 0,0” Text=”{Binding Path=ProjectAddress.State}”...
  • 43
  • 381
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 5 pptx

NET Domain-Driven Design with C#P roblem Design Solution phần 5 pptx

... base(key) { this.projectKey = projectKey;(continued)c 05. indd 165c 05. indd 1 65 3/18/08 5: 15: 34 PM3/18/08 5: 15: 34 PMChapter 5: Submittal Transmittals 159 Defining the Submittal Aggregate As you can ... PersonFieldsMethodsPropertiesJobTitleStatusSpecificationSectionClassFieldsMethodsPropertiesDescriptionNumberTitleSubmittalStatusClassFieldsMethodsPropertiesIDStatusCopyToClassFieldsMethodsPropertiesNotesTrackingItemClassFieldsMethodsPropertiesDeferredApprovalDescriptionSubstitutionNumberTotalItemsReceivedTotalItemsSentRoutingItemClassFieldsMethodsPropertiesDateReturnedContactDaysLapsedRoutingOrderSpecSectionSpecSectionRemainderLocationTrackingItemsCopyToListDisciplineClassSubmittalRemainderLocationEnumNoneRollDrawingsFilingCabinetFilingCabinetUnderSubmittalNumberOtherTrackingStatusEnumNoExceptionTakenMcnRrRSsiReturnedNoCommentAgencyApprovedAcceptedDeliveryEnumNoneFaxOvernightMailHandOtherRecipientToFromRoutingItemsStatusDisciplineDeliveryMethodFigure 5. 2: Classes composing the Submittal Aggregate.c 05. indd 159 c 05. indd 159 3/18/08 5: 15: 32 PM3/18/08 5: 15: 32 PMChapter 5: Submittal Transmittals164The RemoveSubmittalTest ... public string OtherDeliveryMethod(continued)c 05. indd 167c 05. indd 167 3/18/08 5: 15: 35 PM3/18/08 5: 15: 35 PMChapter 4: Companies and Contacts 155 Figure 4.6: The ProjectContact View The main...
  • 43
  • 269
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 6 pot

NET Domain-Driven Design with C#P roblem Design Solution phần 6 pot

... at Figure 5. 5 , which shows what the form looks like at run time: (continued)c 05. indd 192c 05. indd 192 3/18/08 5: 15: 43 PM3/18/08 5: 15: 43 PMChapter 6: Requests for Information 2 05 SubmittalService.GetSpecificationSections(); ... /xcdg:Column.CellContentTemplate > < /xcdg:Column > (continued)c 05. indd 195c 05. indd 1 95 3/18/08 5: 15: 48 PM3/18/08 5: 15: 48 PMChapter 6: Requests for Information 221 DataHelper.GetSqlValue(item.Contractor), ... particularly with the service classes being used almost like a fa ç ade in front of the repositories from all of the ViewModel classes. c 05. indd 197c 05. indd 197 3/18/08 5: 15: 49 PM3/18/08 5: 15: 49...
  • 43
  • 430
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 7 potx

NET Domain-Driven Design with C#P roblem Design Solution phần 7 potx

... DataHelper.GetSqlValue(item.Cause),(continued)c07.indd 255 c07.indd 255 3/18/08 5: 17:37 PM3/18/08 5: 17:37 PMChapter 7: Proposal Requests 250 The BrokenRule class is a Value class for holding information ... ProposalRequest class ’ s Validate method: c07.indd 252 c07.indd 252 3/18/08 5: 17:36 PM3/18/08 5: 17:36 PMChapter 7: Proposal Requests 255 The PersistNewItem Method The first method override ... 7 .5: Proposal Request Repository.c07.indd 238c07.indd 238 3/18/08 5: 17:31 PM3/18/08 5: 17:31 PMc07.indd 264c07.indd 264 3/18/08 5: 17:40 PM3/18/08 5: 17:40 PMChapter 7: Proposal Requests 254 ...
  • 43
  • 282
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 8 pps

NET Domain-Driven Design with C#P roblem Design Solution phần 8 pps

... this.contractors; } } #endregion c09.indd 315c09.indd 3 15 3/18/08 5: 56:10 PM3/18/08 5: 56:10 PMc08.indd 294c08.indd 294 3/18/08 5: 18 :50 PM3/18/08 5: 18 :50 PMChapter 9: Construction Change Directives ... designing the domain model, determining the Change Order Aggregate and its boundaries, and designing the Repository for Change Orders. c09.indd 295c09.indd 2 95 3/18/08 5: 56:03 PM3/18/08 5: 56:03 ... constructor, which is called by the first constructor. c09.indd 301c09.indd 301 3/18/08 5: 56: 05 PM3/18/08 5: 56: 05 PMChapter 9: Construction Change Directives 300 Writing the Unit Tests Again,...
  • 43
  • 286
  • 0
NET Domain-Driven Design with C#P roblem – Design – Solution phần 9 ppt

NET Domain-Driven Design with C#P roblem Design Solution phần 9 ppt

... the server to get the reference data and the c10.indd 355 c10.indd 355 3/18/08 5: 56 :50 PM3/18/08 5: 56 :50 PMChapter 10: Synchronizing With the Server346 Here is the code for the Converter class ... a lot of behavior in it. c11.indd 363c11.indd 363 3/18/08 5: 55: 20 PM3/18/08 5: 55: 20 PMChapter 10: Synchronizing With the Server 355 associated Repository to persist it. Remember, the ServerTransaction ... repository.Add(referenceData.Segments); } if (referenceData.SpecSections != null)c10.indd 350 c10.indd 350 3/18/08 5: 56:48 PM3/18/08 5: 56:48 PMChapter 10: Synchronizing With the Server334 } scope.Complete(); } this.deletedEntities.Clear();...
  • 43
  • 314
  • 0
Tài liệu .NET Domain Driven Design with C# docx

Tài liệu .NET Domain Driven Design with C# docx

... 2:37 :58 PM3/17/08 2:37 :58 PM...
  • 435
  • 910
  • 2

Xem thêm

Từ khóa: Báo cáo thực tập tại nhà thuốc tại Thành phố Hồ Chí Minh năm 2018Nghiên cứu sự biến đổi một số cytokin ở bệnh nhân xơ cứng bì hệ thốngNghiên cứu sự hình thành lớp bảo vệ và khả năng chống ăn mòn của thép bền thời tiết trong điều kiện khí hậu nhiệt đới việt namMột số giải pháp nâng cao chất lượng streaming thích ứng video trên nền giao thức HTTPGiáo án Sinh học 11 bài 13: Thực hành phát hiện diệp lục và carôtenôitGiáo án Sinh học 11 bài 13: Thực hành phát hiện diệp lục và carôtenôitNGHIÊN CỨU CÔNG NGHỆ KẾT NỐI VÔ TUYẾN CỰ LY XA, CÔNG SUẤT THẤP LPWAN SLIDEQuản lý hoạt động học tập của học sinh theo hướng phát triển kỹ năng học tập hợp tác tại các trường phổ thông dân tộc bán trú huyện ba chẽ, tỉnh quảng ninhPhối hợp giữa phòng văn hóa và thông tin với phòng giáo dục và đào tạo trong việc tuyên truyền, giáo dục, vận động xây dựng nông thôn mới huyện thanh thủy, tỉnh phú thọTrả hồ sơ điều tra bổ sung đối với các tội xâm phạm sở hữu có tính chất chiếm đoạt theo pháp luật Tố tụng hình sự Việt Nam từ thực tiễn thành phố Hồ Chí Minh (Luận văn thạc sĩ)Nghiên cứu về mô hình thống kê học sâu và ứng dụng trong nhận dạng chữ viết tay hạn chếNghiên cứu khả năng đo năng lượng điện bằng hệ thu thập dữ liệu 16 kênh DEWE 5000Sở hữu ruộng đất và kinh tế nông nghiệp châu ôn (lạng sơn) nửa đầu thế kỷ XIXQuản lý nợ xấu tại Agribank chi nhánh huyện Phù Yên, tỉnh Sơn La (Luận văn thạc sĩ)Giáo án Sinh học 11 bài 14: Thực hành phát hiện hô hấp ở thực vậtGiáo án Sinh học 11 bài 14: Thực hành phát hiện hô hấp ở thực vậtGiáo án Sinh học 11 bài 14: Thực hành phát hiện hô hấp ở thực vậtHIỆU QUẢ CỦA MÔ HÌNH XỬ LÝ BÙN HOẠT TÍNH BẰNG KIỀMMÔN TRUYỀN THÔNG MARKETING TÍCH HỢPQUẢN LÝ VÀ TÁI CHẾ NHỰA Ở HOA KỲ