- 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."
- C語言程序設計實踐教程(第2版)
- AngularJS Testing Cookbook
- Software Defined Networking with OpenFlow
- Boost C++ Application Development Cookbook(Second Edition)
- Learning Spring 5.0
- 精通搜索分析
- JavaScript+jQuery開發實戰
- MongoDB權威指南(第3版)
- 大模型RAG實戰:RAG原理、應用與系統構建
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- 軟件品質之完美管理:實戰經典
- Getting Started with React Native
- Python+Tableau數據可視化之美
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Clojure for Machine Learning