|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn891381420 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
140904t20142014enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e rda
|e pn
|c E7B
|d OCLCO
|d UMI
|d N$T
|d DEBBG
|d DEBSZ
|d COO
|d YDXCP
|d OCLCQ
|d OCLCO
|d OCLCA
|d OCLCQ
|d AGLDB
|d ICA
|d OCLCQ
|d REB
|d D6H
|d OCLCF
|d VTS
|d CEF
|d UKMGB
|d WYU
|d STF
|d UAB
|d AU@
|d M8D
|d UKAHL
|d VT2
|d RDF
|d OCLCO
|d OCLCQ
|d QGK
|
015 |
|
|
|a GBB747167
|2 bnb
|
016 |
7 |
|
|a 018005583
|2 Uk
|
019 |
|
|
|a 891786405
|a 907279785
|a 1259160012
|
020 |
|
|
|a 9781782173823
|q (electronic bk.)
|
020 |
|
|
|a 178217382X
|q (electronic bk.)
|
020 |
|
|
|a 1782173811
|
020 |
|
|
|a 9781782173816
|
020 |
|
|
|z 9781782173816
|
029 |
1 |
|
|a AU@
|b 000056932604
|
029 |
1 |
|
|a CHNEW
|b 000689900
|
029 |
1 |
|
|a CHNEW
|b 000689902
|
029 |
1 |
|
|a DEBBG
|b BV042182666
|
029 |
1 |
|
|a DEBSZ
|b 417233523
|
029 |
1 |
|
|a DEBSZ
|b 484728709
|
029 |
1 |
|
|a UKMGB
|b 018005583
|
035 |
|
|
|a (OCoLC)891381420
|z (OCoLC)891786405
|z (OCoLC)907279785
|z (OCoLC)1259160012
|
037 |
|
|
|a CL0500000484
|b Safari Books Online
|
050 |
|
4 |
|a QA76.9.D5
|b .H45 2014eb
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.36
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Helton, Rich,
|e author.
|
245 |
1 |
0 |
|a Mastering NServiceBus and persistence :
|b design and build various enterprise solutions using NServiceBus while utilizing persistence enterprise objects /
|c Rich Helton ; cover image by Zarko Piljak.
|
264 |
|
1 |
|a Birmingham, England :
|b Packt Publishing Ltd,
|c 2014.
|
264 |
|
4 |
|c ©2014
|
300 |
|
|
|a 1 online resource (286 pages) :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Professional expertise distilled
|
588 |
0 |
|
|a Online resource; title from PDF title page (ebrary, viewed September 4, 2014).
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: NServiceBus Persistence Introduction; Introduction to SOA; The need for metadata; The need for persistence patterns; Fallacies of distributed computing; The need for sagas; A real-life saga; A beginning NServiceBus saga; Beginning NServiceBus assemblies; Summary; Chapter 2: NServiceBus Architecture; Benefits of NSB; More on endpoints; The application security perspective; NSB hosting versus self-hosting; Using Powershell commands; Message exchange patterns
|
505 |
8 |
|
|a The publish/subscribe patternRequest-response messages; Saga services; Some saga features; Timeout messages; Message mutations; Message encryption; Cluster messaging; Performance monitoring; Gateway messaging; Data bus messaging; Storage patterns; Backing it up; Monitoring; Sample e-mail notification; Let us recap; Summary; Chapter 3: Particular Service Platform; ServicePulse; ServiceControl; ServiceInsight; ServiceMatrix; Introducing custom checks; Publish/subscribe through ServiceMatrix; Sagas through ServiceMatrix; Summary; Chapter 4: Knowing Your IBus; Understanding the basics of IBus
|
505 |
8 |
|
|a Configuring IBusInterface configurations; Using the Fluent Configure. With(); The transport storage; The saga persister; The timeout persister; The gateway persister; The subscription storage; Finding more configuration settings; Using saga and NHibernate; Defining NHibernate; The saga database data; Logging; Buyer''s remorse code walkthrough; Message mutators; Encryption; Services and deployment; Summary; Chapter 5: Persistence Architecture; Persistence basics; Supporting frameworks for persistence; Introducing Entity Framework; XML serialization; C# reflection; PayQueue sample
|
505 |
8 |
|
|a SQL Queuing sampleDatabase logging; Summary; Chapter 6: SQL Server Examples; The SQL Server example; The MVC-EF example; Entity Framework snippets; Creating tables with EF; Creating tables from the EF code; Creating tables from EF models; Code-first EF; Code-first EF and configurations; Unit testing NServiceBus; Message handler unit testing; Saga handler unit testing; Summary; Chapter 7: Persistent Snippets; Entering NHibernate; Using saga and NHibernate; Defining NHibernate; The saga database data; Logging; Entering RavenDB; Entering MongoDB; NServiceBus MongoDB persistence; Summary
|
505 |
8 |
|
|a Chapter 8: The NSB CloudIntroducing the cloud and NSB; Introducing PaaS, IaaS, and SaaS; Cloud vendors; Using Microsoft Azure; Virtual machines; Azure Service Bus; Service bus for Windows Server; Other Azure Services; Adding NServiceBus; NServiceBus for Azure; Azure support for NServiceBus; NSB in the mobile world; Recap; Questions that were answered; Summary; Index
|
520 |
|
|
|a This book is intended for developers, designers, and architects alike who wish to build C# NServiceBus enterprise architectures and learn how ESB persists data and messages to help them attain their goals. No prior knowledge of persistence in NServiceBus is required.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Electronic data processing
|x Distributed processing.
|
650 |
|
0 |
|a Web services
|x Computer programs.
|
650 |
|
6 |
|a Traitement réparti.
|
650 |
|
6 |
|a Services Web
|x Logiciels.
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Electronic data processing
|x Distributed processing.
|2 fast
|0 (OCoLC)fst00906987
|
700 |
1 |
|
|a Piljak, Zarko,
|e cover designer.
|
776 |
0 |
8 |
|i Print version:
|a Helton, Rich.
|t Mastering NServiceBus and persistence : design and build various enterprise solutions using NServiceBus while utilizing persistence enterprise objects.
|d Birmingham, England : Packt Publishing Ltd, ©2014
|h iv, 271 pages
|z 9781782173816
|
830 |
|
0 |
|a Professional expertise distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=836623
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH27086245
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10921227
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 836623
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12055180
|
994 |
|
|
|a 92
|b IZTAP
|