- 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."
- Learning Cython Programming(Second Edition)
- Instant Zepto.js
- OpenCV for Secret Agents
- Learn Scala Programming
- Flash CS6中文版應用教程(第三版)
- Web全棧工程師的自我修養
- Drupal 8 Configuration Management
- Getting Started with Gulp
- C/C++程序員面試指南
- 大話Java:程序設計從入門到精通
- 代替VBA!用Python輕松實現Excel編程
- 零代碼實戰:企業級應用搭建與案例詳解
- 并行編程方法與優化實踐
- 多媒體技術及應用
- Java Script從入門到精通(第5版)