- SignalR Realtime Application Cookbook
- Roberto Vespa
- 191字
- 2021-07-16 12:02:50
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "To add a friendly name, we can use the HubName
attribute."
A block of code is set as follows:
public class Startup { public void Configuration(IAppBuilder app) { app.MapSignalR(); } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
public class Startup
{
public void Configuration(IAppBuilder app)
{
app.MapSignalR();
}
}
Any command-line input or output is written as follows:
signalr.exe ghp
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Clicking on the Ok button creates a new file."
- 應(yīng)對多突發(fā)事件的信息系統(tǒng)應(yīng)用技術(shù)
- 響應(yīng)式網(wǎng)頁開發(fā)基礎(chǔ)教程(jQuery+Bootstrap)
- CSS + DIV網(wǎng)頁樣式布局實戰(zhàn)從入門到精通
- 深度實踐微服務(wù)測試
- Axure RP 7.0從入門到精通:Web + APP產(chǎn)品經(jīng)理原型設(shè)計
- OPENStack云框架應(yīng)用管理實踐
- 巧學(xué)巧用Dreamweaver CS6、Flash CS6、Fireworks CS6網(wǎng)站制作
- Laravel入門與實戰(zhàn)(第2版):構(gòu)建主流PHP應(yīng)用開發(fā)框架
- 電子商務(wù)信息系統(tǒng)開發(fā)建設(shè)
- Dreamweaver+ASP動態(tài)網(wǎng)頁設(shè)計從新手到高手
- 云原生應(yīng)用管理:原理與實踐
- 全球網(wǎng)絡(luò)身份管理的現(xiàn)狀與發(fā)展
- 網(wǎng)站組建、管理與維護
- 性能之巔:洞悉系統(tǒng)、企業(yè)與云計算
- Wordpress Web Application Development(Third Edition)