- ASP.NET Core 2 Fundamentals
- Onur Gumus Mugilan T. S. Ragupathi
- 171字
- 2021-07-23 17:09:39
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 ValuesController : Controller
{
// GET api/<controller>
public IEnumerable<string> Get()
{
return new string[] { "value1", "value2" };
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
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: "Open up Visual Studio 2017. Navigate to File | New Project | Web."
Warnings or important notes appear like this.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Mastering Zabbix(Second Edition)
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Node.js 10實戰
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 微服務設計原理與架構
- Building Minecraft Server Modifications
- PySide GUI Application Development(Second Edition)
- ADI DSP應用技術集錦
- Python數據分析從0到1
- H5頁面設計:Mugeda版(微課版)
- Flink入門與實戰
- 讀故事學編程:Python王國歷險記
- Expert Cube Development with SSAS Multidimensional Models
- Continuous Integration,Delivery,and Deployment