- 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.
- Programming ArcGIS 10.1 with Python Cookbook
- Python Geospatial Development(Second Edition)
- 編譯系統透視:圖解編譯原理
- Jenkins Continuous Integration Cookbook(Second Edition)
- Selenium Testing Tools Cookbook(Second Edition)
- Learning Unreal Engine Android Game Development
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Unity&VR游戲美術設計實戰
- Machine Learning With Go
- Java并發編程:核心方法與框架
- 從0到1:HTML5 Canvas動畫開發
- 創意UI Photoshop玩轉移動UI設計
- Mastering Embedded Linux Programming
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- RESTful Web API Design with Node.js