Pro ASP.NET SignalR
ASP.NET SignalR یک راه حل جدید در .NET برای ارتباطات بلادرنگ میان سرورها و کلاینتها است. از آن برای ارسال دادههای جدید به صفحه وب یا دستگاه موبایل به محض این که در دسترس قرار گیرند استفاده میشود، خواه یک اطلاع رسانی، چت زنده، دادههای مالی و یا طیف وسیعی از کاربردهای هیجان انگیز دیگر باشد. با کتاب Pro ASP.NET SignalR شما هم میتوانید به این انقلاب بپیوندید و توانایی هایی را فرا بگیرید که برای سالهای زیادی ارزشمند خواهند بود.
Pro ASP.NET SignalR starts with an introduction to the real-time web. Learn about the technologies underlying the SignalR library, such as WebSockets and long-polling, and how SignalR elegantly flips between them depending on the capabilities of the client. Next, meet the concepts of hubs and persistent connections and how to use them to build the components of an ASP.NET SignalR application. Find out how to extend, test, debug, configure, scale, and host your applications, and how to target a range of clients, including Windows and iOS.
The book rounds off with two case studies—a stock market price updater, and a collaborative drawing application—so you can get to grips with SignalR in a realistic scenario, using a broad range of the concepts covered in earlier chapters.
As real-time updates to web and mobile apps become the norm, Pro ASP.NET SignalR will be your in-depth, one-stop companion to this new and exciting technology.
What you’ll learn
The concept of hubs and hub proxies, and how to use them to build SignalR applications quickly and easily
The concept of persistent connections and how to use them to build more advanced SignalR applications
Debugging SignalR applications
Configuring and scaling SignalR applications
Hosting SignalR applications on Windows Azure
How to apply all these concepts to a real ASP.NET or Windows Store app
Table of Contents
Chapter 1: Introduction to the Real-Time Web and ASP.NET SignalR
Chapter 2: Overview of SignalR
Chapter 3: Developing SignalR Applications using Hubs
Chapter 4: Working with Persistent Connections
Chapter 5: Debugging and Testing
Chapter 6: SignalR Clients
Chapter 7: Extending SignalR
Chapter 8: Configuration and Security
Chapter 9: Building a Stock Market Price Updater
Chapter 10: Building a Collaborative Drawing Application