- Implementing Azure Cloud Design Patterns
- Oliver Michalski Stefano Demiliani
- 159字
- 2021-06-30 19:31:46
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 interface IOrderRepository
{
List<Order> Read();
void Write(Order order);
}
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 interface IOrderRepository
{
List<Order> Read();
void Write(Order order);
}
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: "Now select the Queues option and add a new queue"
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 高效能辦公必修課:Word圖文處理
- Hands-On Intelligent Agents with OpenAI Gym
- Mastercam 2017數控加工自動編程經典實例(第4版)
- Python Artificial Intelligence Projects for Beginners
- WOW!Illustrator CS6完全自學寶典
- Hands-On Cybersecurity with Blockchain
- 網絡化分布式系統預測控制
- Salesforce for Beginners
- Building a BeagleBone Black Super Cluster
- 教育機器人的風口:全球發展現狀及趨勢
- SMS 2003部署與操作深入指南
- TensorFlow Deep Learning Projects
- Learn Microsoft Azure
- 計算機應用基礎學習指導與練習(Windows XP+Office 2003)
- 歐姆龍PLC應用系統設計實例精解