- 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.
- HTML5+CSS3王者歸來
- 軟件項(xiàng)目估算
- 數(shù)字媒體應(yīng)用教程
- C++程序設(shè)計(jì)(第3版)
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- OpenShift在企業(yè)中的實(shí)踐:PaaS DevOps微服務(wù)(第2版)
- Python極簡講義:一本書入門數(shù)據(jù)分析與機(jī)器學(xué)習(xí)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- C++ Fundamentals
- 零代碼實(shí)戰(zhàn):企業(yè)級應(yīng)用搭建與案例詳解
- Oracle實(shí)用教程
- Android移動應(yīng)用項(xiàng)目化教程
- Application Development with Parse using iOS SDK
- AI自動化測試:技術(shù)原理、平臺搭建與工程實(shí)踐