Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Pro ASP.NET SignalR: Real-Time Communication in .NET with SignalR 2.1

    Posted By: arundhati
    Pro ASP.NET SignalR: Real-Time Communication in .NET with SignalR 2.1

    Keyvan Nayyeri, Darren White, "Pro ASP.NET SignalR: Real-Time Communication in .NET with SignalR 2.1"
    2014 | ISBN-10: 1430263199 | 360 pages | PDF | 8 MB

    ASP.NET SignalR is the new solution to real-time communication between servers and clients in .NET. Use it to push new data to a web page or mobile device as soon as it becomes available, whether it’s a notification, live chat, up-to-the-minute financial data, or a range of other exciting applications. Innovations like Google live search and live Facebook and Twitter updates are pushing users’ expectations of the real-time web. With Pro ASP.NET SignalR, you can join this revolution and learn skills that will be valuable for years to come.

    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
    Who this book is for

    This book will suit professional ASP.NET developers familiar with C#, IIS and JavaScript.
    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