- 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.
- Mastering ServiceStack
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- C#程序設(shè)計(jì)
- Java編程的邏輯
- Learning Probabilistic Graphical Models in R
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- MongoDB,Express,Angular,and Node.js Fundamentals
- Java語言程序設(shè)計(jì)教程
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- Java EE企業(yè)級應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)
- Unity 2017 Game AI Programming(Third Edition)
- Mudbox 2013 Cookbook
- Android初級應(yīng)用開發(fā)
- React and React Native
- MySQL核心技術(shù)與最佳實(shí)踐