- 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.
推薦閱讀
- 嵌入式系統(tǒng)及其開發(fā)應(yīng)用
- AWS:Security Best Practices on AWS
- 工業(yè)機(jī)器人工程應(yīng)用虛擬仿真教程:MotoSim EG-VRC
- 模型制作
- 數(shù)據(jù)挖掘方法及天體光譜挖掘技術(shù)
- 人工智能與人工生命
- Spark大數(shù)據(jù)技術(shù)與應(yīng)用
- 控制系統(tǒng)計(jì)算機(jī)仿真
- Machine Learning with Apache Spark Quick Start Guide
- AI的25種可能
- TensorFlow Deep Learning Projects
- Hands-On Microservices with C#
- Raspberry Pi 3 Projects for Java Programmers
- Windows Server 2012 Automation with PowerShell Cookbook
- Building Impressive Presentations with Impress.js