- Learn C# in 7 days
- Gaurav Aroraa
- 163字
- 2021-07-08 09:51:17
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 get the following code in the Program.cs class. This is the default code provided by Visual Studio; you can amend it as you need." A block of code is set as follows:
var class1 = newClassExample(); var class2 = new Day02New.ClassExample(); class1.Display(); class2.Display();
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 Workloads, select the options you want to install. For our book, we need .NET desktop development and .NET Core."
- 新編Visual Basic程序設計上機實驗教程
- UI設計基礎培訓教程
- 極簡算法史:從數(shù)學到機器的故事
- 一步一步學Spring Boot 2:微服務項目實戰(zhàn)
- 程序員面試筆試寶典
- Vue.js入門與商城開發(fā)實戰(zhàn)
- Python零基礎快樂學習之旅(K12實戰(zhàn)訓練)
- Hands-On Reinforcement Learning with Python
- 精通Python自動化編程
- 深入淺出React和Redux
- 愛上C語言:C KISS
- Android移動應用開發(fā)項目教程
- Kotlin進階實戰(zhàn)
- 從零開始學Python大數(shù)據(jù)與量化交易
- Java語言程序設計實用教程(第2版)