- Learning ASP.NET Core 2.0
- Jason De Oliveira Michel Bruchet
- 222字
- 2021-07-02 22:04:12
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 an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Start Visual Studio 2017, open the Tic-Tac-Toe ASP.NET Core 2.0 project you have created, create three new folders called Controllers, Services, and Views, and create a subfolder called Shared in the Views folder."
A block of code is set as follows:
[HttpGet] public IActionResult EmailConfirmation (string email) { ViewBag.Email = email; return View(); }
Any command-line input or output is written as follows. The input command might be broken into several lines to aid readability, but needs to be entered as one continuous line in the prompt:
sudo apt-get install code
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: "Open Visual Studio 2017, go to the Team Explorer tab, and click on the Branches button".
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Visual FoxPro程序設計教程(第3版)
- JavaScript高效圖形編程
- Learning Spring 5.0
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- 面向STEM的Scratch創新課程
- DevOps Automation Cookbook
- C語言程序設計
- Learning Python Design Patterns
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Julia高性能科學計算(第2版)
- Microsoft Azure Storage Essentials
- RubyMotion iOS Develoment Essentials
- PhoneGap 4 Mobile Application Development Cookbook
- 算法秘籍
- Mapping with ArcGIS Pro