- Mastering Visual Studio 2017
- Kunal Chowdhury
- 166字
- 2021-07-15 17:26:29
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: "The dotnet restore command restores the dependencies and tools of a project."
A block of code is set as follows:
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}
Any command-line input or output is written as follows:
dotnet sln <SolutionName> add <ProjectName>
dotnet sln <SolutionName> add <ProjectOneName> <ProjectTwoName>
dotnet sln <SolutionName> add **/**
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: "In the New Project dialog, navigate to Installed | Templates | Visual C# | .NET Core."
- Google Flutter Mobile Development Quick Start Guide
- C語言程序設計(第3版)
- Python從小白到大牛
- Cassandra Design Patterns(Second Edition)
- Mastering Swift 2
- Python機器學習實戰
- Responsive Web Design by Example
- VMware虛擬化技術
- Python機器學習基礎教程
- Gradle for Android
- OpenCV 4計算機視覺項目實戰(原書第2版)
- C語言程序設計
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- 0 bug:C/C++商用工程之道
- Essential C++(中文版)