SignalR Blueprints
上QQ阅读APP看书,第一时间看更新

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 are shown as follows: "At the core level of SignalR sits something called a PersistentConnection class; hubs build on top of this."

A block of code is set as follows:

@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")

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: "To add a reference to a project, we start by right-clicking on the References of your project and selecting Manage NuGet Packages."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.