- Hands-On Microservices with C#
- Matt R. Cole
- 173字
- 2021-07-23 17:25:17
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
public class DeploymentStartMessage
{
public DateTime Date { get; set; }
}
public class DeploymentStopMessage
{
public DateTime Date { get; set; }
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
bus.Subscribe<MyMessage>("my_subscription_id", msg =>
Console.WriteLine(msg.Text));
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "A binding is a link that you set up to bind a queue to an exchange."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 基于C語言的程序設(shè)計
- 精通MATLAB神經(jīng)網(wǎng)絡(luò)
- ETL with Azure Cookbook
- 模型制作
- 西門子S7-200 SMART PLC實例指導學與用
- 自動生產(chǎn)線的拆裝與調(diào)試
- Android游戲開發(fā)案例與關(guān)鍵技術(shù)
- 分析力!專業(yè)Excel的制作與分析實用法則
- 新編計算機圖形學
- 從零開始學Java Web開發(fā)
- Flink原理與實踐
- 大數(shù)據(jù)案例精析
- Spark大數(shù)據(jù)商業(yè)實戰(zhàn)三部曲:內(nèi)核解密|商業(yè)案例|性能調(diào)優(yōu)
- AVR單片機工程師是怎樣煉成的
- 計算機應(yīng)用基礎(chǔ)實訓(職業(yè)模塊)