- ASP.NET Web API Security Essentials
- Rajesh Gunasundaram
- 236字
- 2021-07-30 10:15:52
Who this book is for
This book is intended for everyone having the knowledge of developing an ASP.NET Web API application. Good working knowledge and experience with C# and the .NET framework are prerequisites in order to learn from this book.
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and explanations of their meanings.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
[default] exten => s,1,Dial(Zap/1|30) exten => s,2,Voicemail(u100) exten => s,102,Voicemail(b100) exten => i,1,Voicemail(s0)
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)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- SQL for Data Analytics
- Linux命令行與shell腳本編程大全(第4版)
- PLC編程與調試技術(松下系列)
- Oracle 18c 必須掌握的新特性:管理與實戰
- Angular開發入門與實戰
- HTML5 APP開發從入門到精通(微課精編版)
- Node.js 12實戰
- Magento 2 Beginners Guide
- JavaScript悟道
- Learning Unreal Engine Game Development
- jQuery Mobile Web Development Essentials(Second Edition)
- Wearable:Tech Projects with the Raspberry Pi Zero
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- 樹莓派開發從零開始學:超好玩的智能小硬件制作書
- TensorFlow.NET實戰