- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 150字
- 2021-07-03 00:11:48
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: "You will find the script in the _database scripts folder in the accompanying source code."
A block of code is set as follows:
public override void Initialize(AnalysisContext context)
{
context.RegisterSymbolAction(AnalyzeSymbol,
SymbolKind.NamedType);
}
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: "From the Tools menu, select NuGet Package Manager and then Manage NuGet Packages for Solution...."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 解構產品經理:互聯網產品策劃入門寶典
- Getting Started with ResearchKit
- 程序員面試算法寶典
- C語言程序設計案例精粹
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Visual Basic程序設計教程
- 打開Go語言之門:入門、實戰與進階
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Scala編程實戰
- RESTful Web Clients:基于超媒體的可復用客戶端
- HTML5與CSS3權威指南
- C語言程序設計
- HTML 5與CSS 3權威指南(第4版·上冊)
- 邊做邊學深度強化學習:PyTorch程序設計實踐