|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn905919093 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
150313t20152015enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e rda
|e pn
|c E7B
|d OCLCO
|d COO
|d REB
|d N$T
|d OCLCQ
|d VT2
|d OCLCF
|d UKMGB
|d UKAHL
|d RDF
|d OCLCO
|d OCLCQ
|d QGK
|
015 |
|
|
|a GBB6G3189
|2 bnb
|
016 |
7 |
|
|a 018006949
|2 Uk
|
019 |
|
|
|a 961597416
|a 1259242582
|
020 |
|
|
|a 9781783983131
|q (electronic bk.)
|
020 |
|
|
|a 1783983132
|q (electronic bk.)
|
020 |
|
|
|z 1783983124
|
020 |
|
|
|z 9781783983124
|
029 |
1 |
|
|a AU@
|b 000056993490
|
029 |
1 |
|
|a CHNEW
|b 000705558
|
029 |
1 |
|
|a DEBBG
|b BV042622514
|
029 |
1 |
|
|a UKMGB
|b 018006949
|
035 |
|
|
|a (OCoLC)905919093
|z (OCoLC)961597416
|z (OCoLC)1259242582
|
037 |
|
|
|a 9781783983131
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA76.9.C55
|b .I544 2015eb
|
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 Ingebrigtsen, Einar,
|e author.
|
245 |
1 |
0 |
|a SignalR blueprints :
|b build real-time asp.net web applications with signalR and create various interesting projects to improve your user experience /
|c Einar Ingebrigtsen ; commissioning editor Usha Iyer ; acquisition editors Richard Harvey, James Jones ; copy editors Janbal Dharmaraj, Relin Hedly.
|
264 |
|
1 |
|a Birmingham, England ;
|a Mumbai [India] :
|b Packt Publishing,
|c 2015.
|
264 |
|
4 |
|c ©2015
|
300 |
|
|
|a 1 online resource (244 pages) :
|b illustrations
|
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 Community Experience Distilled
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (ebrary, viewed March 14, 2015).
|
520 |
8 |
|
|a Annotation
|b This book is designed for software developers, primarily those with knowledge of C♯, .NET, and JavaScript. Good knowledge and understanding of SignalR is assumed to allow efficient programming of core elements and applications in SignalR.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Primer; Where are we coming from?; The terminal; Fast forwarding; Completing the circle; SignalR; Terminology; Messaging; Publish/Subscribe; Decoupling; Patterns; Model View Controller; Model View ViewModel; Command Query Responsibility Segregation; Libraries and frameworks; jQuery; ASP.NET MVC 5; KnockoutJS; Bifrost; Making it look good -- using Twitter bootstrap; Tools; Visual Studio 2013; NuGet; Summary; Chapter 2: Overheating the Discussion
|
505 |
8 |
|
|a The goal -- how to create a basic forum discussion siteHub; Getting started -- creating an MVC template; Creating the landing page for our forum; Setting up the packages; Preparing our web application for SignalR; Making your SignalR hubs available for the client; How to add JavaScript references to views; Creating a simple template mechanism; Securing the forum; How to create your UI for threads on your forum; Creating the thread list -- adding a table; Adding a modal for creation of new threads; Enabling the interaction for the view; Creating threads; Our first hub -- threads
|
505 |
8 |
|
|a Enabling the data access for threadsMaking the threads become visible; Hooking up the user interaction; The detail view -- posts on specific threads; Navigating to a thread to see the posts; Adding the view content for a thread; Adding the thread view logic; Summary; Chapter 3: Extra! Extra! Read All About It!; The goal -- how to bring to life an imagined news site; Getting started -- creating an MVC template; Setting up the packages; Making any SignalR hubs available for the client; Creating the models; Putting in place the Data Access Layer; The look and feel; Templating; Hubs; Layout
|
505 |
8 |
|
|a The landing pageThe content; The magic code; The newsroom; Finding the needle in the haystack; Master/detail -- navigation; Summary; Chapter 4: Can You Measure It?; The goal -- an imagined dashboard; Decoupling it all; Back to basics; Setting up the packages; Making any SignalR hubs available for the client; Knocking it out of the park; Our single page; The server side of things; The hub; Naively dealing with requests; Bringing it all back to the client; ViewModel; BindingHandler; View; Trying it all out; Summary; Chapter 5: What Line of Business Are You In?
|
505 |
8 |
|
|a The goal -- a simple line of businessDecoupling -- the next level; Proxy generation; Composing the UI; Convention over configuration; Getting assimilated; Getting the packages; The single page; Composing; Structure; Feature; The hub; Register; List; Completing the composition; Concurrency and staleness; Summary; Chapter 6: An Architectural Taste; The goal -- banking; Where does it all start?; Bounded context; Core domain; Supporting domain; Generic domain; Ubiquitous language; Entity; Value object; Aggregate; Repository; Domain events; Domain services; Structure
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Client/server computing.
|
650 |
|
0 |
|a Web applications
|x Development.
|
650 |
|
6 |
|a Architecture client-serveur (Informatique)
|
650 |
|
6 |
|a Applications Web
|x Développement.
|
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 Client/server computing.
|2 fast
|0 (OCoLC)fst00864205
|
700 |
1 |
|
|a Uthup, Usha,
|e editor.
|
700 |
1 |
|
|a Hedly, Relin,
|e editor.
|
700 |
1 |
|
|a Jones, James,
|e editor.
|
700 |
1 |
|
|a Dharmaraj, Janbal,
|e editor.
|
700 |
1 |
|
|a Harvey, Richard,
|e editor.
|
776 |
0 |
8 |
|i Print version:
|a Ingebrigtsen, Einar.
|t SignalR blueprints : build real-time asp.net web applications with signalR and create various interesting projects to improve your user experience.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h vi, 225 pages
|k Community experience distilled.
|z 9781783983124
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=959546
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28282775
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11025938
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 959546
|
994 |
|
|
|a 92
|b IZTAP
|