• .NET软件架构之美(英文版)
21年品牌 40万+商家 超1.5亿件商品

.NET软件架构之美(英文版)

6.45 八五品

仅1件

山东枣庄
认证卖家担保交易快速发货售后保障

作者埃斯波西托(Dino Esposito)、索尔塔雷罗(Andrea Saltarello) 著

出版社人民邮电出版社

出版时间2009-09

版次1

装帧平装

货号B14AY2

上书时间2023-08-14

清墨书屋

已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:八五品
图书标准信息
  • 作者 埃斯波西托(Dino Esposito)、索尔塔雷罗(Andrea Saltarello) 著
  • 出版社 人民邮电出版社
  • 出版时间 2009-09
  • 版次 1
  • ISBN 9787115200181
  • 定价 69.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 页数 432页
  • 字数 547千字
  • 正文语种 英语
  • 丛书 图灵程序设计丛书·微软技术系列
【内容简介】
  《.NET软件架构之美(英文版)》出自两位具有多年软件开发经验的ASP.NET专家、作者和培训师之手,内容涉及多层架构、设计模式以及设计原则。第一部分简要介绍UML、设计原则及模式;第二部分从技术架构角度讨论分层设计。《.NET软件架构之美(英文版)》行文流畅,语言通俗易懂,阐述了各种架构设计技术方案的优与劣,并讲述了如何在优与劣中做出权衡。中设计了真实的场景,展示了如何将这些设计原则更加具体地应用到.NET应用程序中。
  《.NET软件架构之美(英文版)》适合各层次.NET开发人员阅读。
【作者简介】
  DinoEsposito,.NET和软件架构技术方面的世界级权威,微软ASP.NETMVP。目前就职于著名的.NET技术咨询公司IDesign。他是广受欢迎的技术作家。担任MSDNMagazine特邀专栏作家多年。并撰有ProgrammingASP.NET-3.5CoreReferences等名著。  
  AndreaSaItareIIo,微软ASP.NETMVP。意大利.NET用户组负责人。现任ManagedDesigns公司首席软件架构师。
【目录】
PartⅠPrinciples
1ArchitectsandArchitectureToday
WhatsaSoftwareArchitecture,Anyway?
ApplyingArchitecturalPrinciplestoSoftware
WhatsArchitectureandWhatsNot
ArchitectureIsAboutDecisions
RequirementsandQualityofSoftware
WhostheArchitect,Anyway?
AnArchitectsResponsibilities
HowManyTypesofArchitectsDoYouKnow?
CommonMisconceptionsAboutArchitects
OverviewoftheSoftwareDevelopmentProcess
TheSoftwareLifeCycle
ModelsforSoftwareDevelopment
Summary
MurphysLawsoftheChapter

2UMLEssentials
UMLataGlance
MotivationforandHistoryofModelingLanguages
UMLModesandUsage
UMLDiagrams
Use-CaseDiagrams
ClassDiagrams
SequenceDiagrams
Summary
MurphysLawsoftheChapter

3DesignPrinciplesandPatterns
BasicDesignPrinciples
ForWhattheAlarmBellShouldRing
StructuredDesign
SeparationofConcerns
Object-OrientedDesign
BasicOODPrinciples
AdvancedPrinciples
FromPrinciplestoPatterns
WhatsaPattern,Anyway?
Patternsvs.Idioms
DependencyInjection
ApplyingRequirementsbyDesign
Testability
Security
FromObjectstoAspects
Aspect-OrientedProgramming
AOPinAction
Summary
MurphysLawsoftheChapter

PartⅡDesignoftheSystem
4TheBusinessLayer
WhatstheBusinessLogicLayer,Anyway?
DissectingtheBusinessLayer
WhereWouldYouFittheBLL?
BusinessandOtherLayers
PatternsforCreatingtheBusinessLayer
TheTransactionScriptPattern
GeneralitiesoftheTSPattern
ThePatterninAction
TheTableModulePattern
GeneralitiesoftheTMPattern
TheTMPatterninAction
TheActiveRecordPattern
GeneralitiesoftheARPattern
TheARPatterninAction
TheDomainModelPattern
GeneralitiesoftheDMPattern
TheDMPatterninAction
Summary
MurphysLawsoftheChapter

5TheServiceLayer
WhatstheServiceLayer,Anyway?
ResponsibilitiesoftheServiceLayer
WhatsaService,Anyway?
ServicesintheServiceLayer
TheServiceLayerPatterninAction
GeneralitiesoftheServiceLayerPattern
TheServiceLayerPatterninAction
RelatedPatterns
TheRemoteFa?adePattern
TheDataTransferObjectPattern
TheAdapterPattern
DTOvs.Assembly
Service-OrientedArchitecture
TenetsofSOA
WhatSOAIsNot
SOAandtheServiceLayer
TheVerySpecialCaseofRichWebFrontEnds
RefactoringtheServiceLayer
DesigninganAJAXServiceLayer
SecuringtheAJAXServiceLayer
Summary
MurphysLawsoftheChapter

6TheDataAccessLayer
WhatstheDataAccessLayer,Anyway?
FunctionalRequirementsoftheDataAccessLayer
ResponsibilitiesoftheDataAccessLayer
TheDataAccessLayerandOtherLayers
DesigningYourOwnDataAccessLayer
TheContractoftheDAL
ThePluginPattern
TheInversionofControlPattern
LayingtheGroundworkforaDataContext
CraftingYourOwnDataAccessLayer
ImplementingthePersistenceLayer
ImplementingQueryServices
ImplementingTransactionalSemantics
ImplementingUniquingandIdentityMaps
ImplementingConcurrency
ImplementingLazyLoading
PowertotheDALwithanO/RMTool
Object/RelationalMappers
UsinganO/RMTooltoBuildaDAL
ToSPorNottoSP
AboutMythsandStoredProcedures
WhatAboutDynamicSQL?
Summary
MurphysLawsoftheChapter

7ThePresentationLayer
UserInterfaceandPresentationLogic
ResponsibilitiesofthePresentationLayer
ResponsibilitiesoftheUserInterface
CommonPitfallsofaPresentationLayer
EvolutionofthePresentationPatterns
TheModel-View-ControllerPattern
TheModel-View-PresenterPattern
ThePresentationModelPattern
ChoosingaPatternfortheUserInterface
DesignofthePresentation
WhatDataIsDisplayedintheView?
ProcessingUserActions
IdiomaticPresentationDesign
MVPinWebPresentations
MVPinWindowsPresentations
Summary
MurphysLawsoftheChapter
FinalThoughts
Appendix:TheNorthwindStarterKit
Index
点击展开 点击收起

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP