- C# Programming Cookbook
- Dirk Strauss
- 166字
- 2021-07-14 11:08:38
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: "Add a class called CSharpSix
. Add a property to this class called FavoriteFeature
."
A block of code is set as follows:
public class CSharpSix { public string FavoriteFeature { get; set; } }
Any command-line input or output is written as follows:
PM> Install-Package System.Reactive.Windows.Forms
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: "Start Visual Studio 2015 and click on the File menu. Then, click on New and then select Project."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 零起步玩轉掌控板與Mind+
- 三維圖形化C++趣味編程
- Getting Started with PowerShell
- 差分進化算法及其高維多目標優化應用
- PhpStorm Cookbook
- VMware虛擬化技術
- Python機器學習基礎教程
- Android項目實戰:手機安全衛士開發案例解析
- Frank Kane's Taming Big Data with Apache Spark and Python
- Visual Studio Code 權威指南
- SciPy Recipes
- Arduino可穿戴設備開發
- 分布式數據庫原理、架構與實踐
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- VMware vSphere 5.5 Cookbook