SignalR Real-time Application Cookbook. Use SignalR to create real-time, bidirectional, and asynchronous applications based on standard web technologies - Helion
ebook
Autor: Roberto VespaTytuł oryginału: SignalR Real-time Application Cookbook. Use SignalR to create real-time, bidirectional, and asynchronous applications based on standard web technologies.
ISBN: 9781783285969
stron: 292, Format: ebook
Data wydania: 2014-04-23
Księgarnia: Helion
Cena książki: 134,10 zł (poprzednio: 149,00 zł)
Oszczędzasz: 10% (-14,90 zł)
Osoby które kupowały "SignalR Real-time Application Cookbook. Use SignalR to create real-time, bidirectional, and asynchronous applications based on standard web technologies", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
SignalR Real-time Application Cookbook. Use SignalR to create real-time, bidirectional, and asynchronous applications based on standard web technologies eBook -- spis treści
- SignalR Real-time Application Cookbook
- Table of Contents
- SignalR Real-time Application Cookbook
- Credits
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers and more
- Why Subscribe?
- Free Access for Packt account holders
- Support files, eBooks, discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Errata
- Piracy
- Questions
- 1. Understanding the Basics
- Introduction
- Adding a Hub to an ASP.NET project
- Getting ready
- How to do it
- How it works
- Theres more
- Adding a Hub to a self-hosting application
- Getting ready
- How to do it
- Connecting to a Hub from a JavaScript client
- Getting ready
- How to do it
- How it works
- Connecting to a Hub from a .NET application
- Getting ready
- How to do it
- How it works
- 2. Using Hubs
- Introduction
- Adding a method to a Hub and counting the calls to it
- Getting ready
- How to do it
- How it works
- See also
- Calling back the caller from a Hub's method
- Getting ready
- How to do it
- How it works
- Broadcasting to all connected clients
- Getting ready
- How to do it
- How it works
- Adding a connection to a group
- Getting ready
- How to do it
- How it works
- Removing a connection from a group
- Getting ready
- How to do it
- Broadcasting to all connected clients except the caller
- Getting ready
- How to do it
- Broadcasting to all clients except the specified ones
- Getting ready
- How to do it
- Broadcasting to all clients in a group except the caller
- Getting ready
- How to do it
- Broadcasting from outside a Hub
- Getting ready
- How to do it
- How it works
- See also
- Using the return value of a Hub method
- Getting ready
- How to do it
- There's more
- 3. Using the JavaScript Hubs Client API
- Introduction
- Starting a Hub connection
- Getting ready
- How to do it
- How it works
- See also
- Setting up connection transport strategies
- Getting ready
- How to do it
- Calling a server-side Hub method
- How to do it
- Adding a client-side method on the proxy and calling it from the server
- How to do it
- Managing errors across a complex asynchronous workflow
- How to do it
- How it works
- There's more
- 4. Using the .NET Hubs Client API
- Introduction
- Starting a Hub connection
- Getting ready
- How to do it
- How it works
- Setting up connection transport strategies
- Getting ready
- How to do it
- Calling a server-side Hub method
- Getting ready
- How to do it
- How it works
- Adding a client-side method on the proxy and calling it from the server
- Getting ready
- How to do it
- How it works
- Managing errors across a complex asynchronous workflow
- Getting ready
- How to do it
- How it works
- 5. Using a Persistent Connection
- Introduction
- Adding and registering a persistent connection
- Getting ready
- How to do it
- How it works
- Sending messages from the server
- Getting ready
- How to do it
- How it works
- Sending messages to the server
- Getting ready
- How to do it
- How it works
- Exchanging messages between a server and a JavaScript client
- Getting ready
- How to do it
- How it works
- Exchanging messages between a server and a .NET client
- Getting ready
- How to do it
- How it works
- 6. Handling Connections
- Introduction
- Controlling the lifetime of a connection
- Getting ready
- How to do it
- How it works
- Handling a connection transient state
- Getting ready
- How to do it
- Establishing a cross-domain connection
- Getting ready
- How to do it
- There's more
- 7. Analyzing Advanced Scenarios
- Introduction
- Generating static files for JavaScript proxies
- Getting ready
- How to do it
- Authorizing requests on a Hub
- Getting ready
- How to do it
- There's more
- Authorizing requests on a persistent connection
- Getting ready
- How to do it
- Authorizing requests in a self-hosting context
- Getting ready
- How to do it...
- Scaling up
- How to do it...
- There's more
- Scaling out with Azure
- Getting started
- How to do it...
- How it works...
- Scaling out with Redis
- Getting started
- How to do it...
- Scaling out with SQL Server
- Getting started
- How to do it...
- Establishing proxy-less connections
- Getting ready
- How to do it
- How it works
- Introducing dependency injection (simple approach)
- Getting ready
- How to do it
- How it works
- Introducing dependency injection (advanced approach)
- Getting ready
- How to do it
- Using dependency injection to replace a default behavior
- Getting ready
- How to do it
- How it works
- Extending the Hub pipeline
- Getting ready
- How to do it
- There's more
- Handling errors
- Getting ready
- How to do it
- 8. Building Complex Applications
- Introduction
- Implementing a room-based chat application
- Getting ready
- How to do it
- There's more
- Implementing a shared whiteboard
- Getting ready
- How to do it
- Implementing a real-time map of flying airplanes
- Getting ready
- How to do it
- Implementing a "pets finder" application
- Getting ready
- How to do it
- Implementing a custom backplane
- Getting ready
- How to do it
- There's more
- Implementing a real-time error notification system
- Getting ready
- How to do it
- There's more
- A. Creating Web Projects
- Introduction
- Creating an empty ASP.NET web application
- Creating an ASP.NET web forms application
- Creating an ASP.NET MVC application
- Creating an MVC controller and a related view
- Creating an ASP.NET website
- B. Insights
- Transport strategies
- Asynchronous programming and SignalR
- Index