- Dynamics 365 Application Development
- Deepesh Somani Nishant Rana
- 146字
- 2021-06-30 19:09:33
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: "The listener application needs to implement the IServiceEndpointPlugin interface's Execute method along with WS2007HttpRelayBinding, to which RemoteExecutionContext is passed from the Azure Service Bus."
A block of code is set as follows:
Request: GET [Organization URI] /api/data/v9.0/contacts?
$select=firstname&$top=5
Accept: application/json
OData-MaxVersion: 4.0
OData-Version: 4.0
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: "Do all the changes, and click on the Save Entity button:"
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Git Version Control Cookbook
- Apache Oozie Essentials
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 深入淺出Electron:原理、工程與實踐
- Visual C++實例精通
- Scala Design Patterns
- 新手學Visual C# 2008程序設計
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Backbone.js Blueprints
- Python機器學習經典實例
- Working with Odoo
- Python算法指南:程序員經典算法分析與實現
- 0 bug:C/C++商用工程之道
- 大話Java:程序設計從入門到精通
- Java Hibernate Cookbook