- 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.
- 數據庫系統原理及MySQL應用教程(第2版)
- Unreal Engine Physics Essentials
- Practical DevOps
- Spring實戰(第5版)
- Bootstrap 4:Responsive Web Design
- C語言程序設計同步訓練與上機指導(第三版)
- Python High Performance Programming
- Mastering jQuery Mobile
- Microsoft HoloLens By Example
- Get Your Hands Dirty on Clean Architecture
- Python數據預處理技術與實踐
- Developing Java Applications with Spring and Spring Boot
- Java EE程序設計與開發實踐教程
- Python滲透測試編程技術:方法與實踐(第2版)
- 絕密原型檔案:看看專業產品經理的原型是什么樣