- 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.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- jQuery Mobile Web Development Essentials(Third Edition)
- Amazon S3 Cookbook
- Mastering Predictive Analytics with Python
- Mastering ServiceNow(Second Edition)
- Mastering JavaScript High Performance
- Mastering Unity 2D Game Development(Second Edition)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Web性能實戰
- SciPy Recipes
- 深入解析Java編譯器:源碼剖析與實例詳解
- .NET 4.0面向對象編程漫談:應用篇
- HTML5移動前端開發基礎與實戰(微課版)
- Visual Basic程序設計基礎
- Android技術內幕(系統卷)