舉報

會員
SignalR Realtime Application Cookbook
最新章節(jié):
Index
Thisbookcontainsillustratedcodeexamplestohelpyoucreaterealtime,asynchronous,andbidirectionalclientserverapplications.EachrecipewillconcentrateononespecificaspectofapplicationdevelopmentwithSignalRshowingyouhowthataspectcanbeusedproficiently.Differentlevelsofdeveloperswillfindthisbookuseful.BeginnerswillbeabletolearnallthefundamentalconceptsofSignalR,quicklybecomingproductiveinadifficultarena.Experiencedprogrammerswillfindinthisbookahandyandusefulcollectionofreadymadesolutionstocommonusecases,whichtheywillbeabletoenhanceasneeded.DeveloperscanalsousethebookasaquickreferencetothemostimportantSignalRfeatures.NopreviouspracticalexperienceeitherwithSignalRorwithrealtimecommunicationingeneralisrequired.
目錄(94章)
倒序
- coverpage
- SignalR Real-time Application Cookbook
- Credits
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- 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
- Chapter 1. Understanding the Basics
- Introduction
- Adding a Hub to an ASP.NET project
- Adding a Hub to a self-hosting application
- Connecting to a Hub from a JavaScript client
- Connecting to a Hub from a .NET application
- Chapter 2. Using Hubs
- Introduction
- Adding a method to a Hub and counting the calls to it
- Calling back the caller from a Hub's method
- Broadcasting to all connected clients
- Adding a connection to a group
- Removing a connection from a group
- Broadcasting to all connected clients except the caller
- Broadcasting to all clients except the specified ones
- Broadcasting to all clients in a group except the caller
- Broadcasting from outside a Hub
- Using the return value of a Hub method
- Chapter 3. Using the JavaScript Hubs Client API
- Introduction
- Starting a Hub connection
- Setting up connection transport strategies
- Calling a server-side Hub method
- Adding a client-side method on the proxy and calling it from the server
- Managing errors across a complex asynchronous workflow
- Chapter 4. Using the .NET Hubs Client API
- Introduction
- Starting a Hub connection
- Setting up connection transport strategies
- Calling a server-side Hub method
- Adding a client-side method on the proxy and calling it from the server
- Managing errors across a complex asynchronous workflow
- Chapter 5. Using a Persistent Connection
- Introduction
- Adding and registering a persistent connection
- Sending messages from the server
- Sending messages to the server
- Exchanging messages between a server and a JavaScript client
- Exchanging messages between a server and a .NET client
- Chapter 6. Handling Connections
- Introduction
- Controlling the lifetime of a connection
- Handling a connection transient state
- Establishing a cross-domain connection
- Chapter 7. Analyzing Advanced Scenarios
- Introduction
- Generating static files for JavaScript proxies
- Authorizing requests on a Hub
- Authorizing requests on a persistent connection
- Authorizing requests in a self-hosting context
- Scaling up
- Scaling out with Azure
- Scaling out with Redis
- Scaling out with SQL Server
- Establishing proxy-less connections
- Introducing dependency injection (simple approach)
- Introducing dependency injection (advanced approach)
- Using dependency injection to replace a default behavior
- Extending the Hub pipeline
- Handling errors
- Chapter 8. Building Complex Applications
- Introduction
- Implementing a room-based chat application
- Implementing a shared whiteboard
- Implementing a real-time map of flying airplanes
- Implementing a "pets finder" application
- Implementing a custom backplane
- Implementing a real-time error notification system
- Appendix 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
- Appendix B. Insights
- Transport strategies
- Asynchronous programming and SignalR
- Index 更新時間:2021-07-16 12:03:08
推薦閱讀
- WebGIS之Element前端組件開發(fā)
- 網(wǎng)頁制作教程
- ASP.NET Core 3 框架揭秘(上下冊)
- Web應(yīng)用開發(fā)技術(shù)與案例教程
- 網(wǎng)絡(luò)規(guī)劃與設(shè)計實用教程
- Laravel入門與實戰(zhàn)(第2版):構(gòu)建主流PHP應(yīng)用開發(fā)框架
- Kubernetes實戰(zhàn):構(gòu)建生產(chǎn)級應(yīng)用平臺
- 計算機網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 十進制網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 計算機網(wǎng)絡(luò)
- CSS新世界
- 深度學(xué)習(xí):主流框架和編程實戰(zhàn)
- Apache Solr Beginner's Guide
- 全球網(wǎng)絡(luò)身份管理的現(xiàn)狀與發(fā)展
- 中文版Dreamweaver CS6基礎(chǔ)培訓(xùn)教程(第2版)
- 性能之巔:洞悉系統(tǒng)、企業(yè)與云計算
- 矛與盾:黑客攻防命令大曝光
- Hands-On Networking with Azure
- 華為云計算技術(shù)與應(yīng)用
- Dreamweaver+PHP+MySQL動態(tài)網(wǎng)站開發(fā)案例課堂
- Adobe Dreamweaver 2020基礎(chǔ)培訓(xùn)教材
- 黑客大曝光:惡意軟件和Rootkit安全
- CDN技術(shù)架構(gòu)
- 精通CSS+DIV:100%網(wǎng)頁樣式與布局密碼
- TongWeb中間件實用教程
- Vue.js+Node.js全棧開發(fā)實戰(zhàn)
- 軟硬件融合:超大規(guī)模云計算架構(gòu)創(chuàng)新之路
- 華為VPN學(xué)習(xí)指南
- 網(wǎng)絡(luò)信息檢索實例分析與操作訓(xùn)練
- Network Analysis Using Wireshark 2 Cookbook(Second Edition)