- 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.
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- Canvas LMS Course Design
- 離散事件系統建模與仿真
- 大數據改變世界
- Security Automation with Ansible 2
- Implementing Splunk 7(Third Edition)
- 基于32位ColdFire構建嵌入式系統
- MCGS嵌入版組態軟件應用教程
- TensorFlow Reinforcement Learning Quick Start Guide
- Visual FoxPro程序設計
- 格蠹匯編
- Linux Shell編程從初學到精通
- 數字多媒體技術基礎
- QTP自動化測試實踐
- 單片機C51應用技術