- C# 7 and .NET Core 2.0 High Performance
- Ovais Mehboob Ahmed Khan
- 135字
- 2021-08-27 18:47:04
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 on your system."
A block of code is set as follows:
public static IWebHost BuildWebHost(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseMetrics()
.UseStartup<Startup>()
.Build();
Any command-line input or output is written as follows:
Install-Package App.Metrics
Install-Pacakge App.Metrics.AspnetCore.Mvc
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: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- PyTorch深度學習實戰:從新手小白到數據科學家
- DB29forLinux,UNIX,Windows數據庫管理認證指南
- 虛擬化與云計算
- Visual Studio 2015 Cookbook(Second Edition)
- 企業大數據系統構建實戰:技術、架構、實施與應用
- MySQL從入門到精通(第3版)
- Access 2016數據庫技術及應用
- 3D計算機視覺:原理、算法及應用
- 數亦有道:Python數據科學指南
- Hands-On Mathematics for Deep Learning
- 數據庫技術實用教程
- Oracle 12c云數據庫備份與恢復技術
- 白話大數據與機器學習
- INSTANT Android Fragmentation Management How-to
- Mastering LOB Development for Silverlight 5:A Case Study in Action