- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 175字
- 2021-07-02 15:29:12
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, path names, dummy URLs, user input, and Twitter handles are shown as follows: "Specifically, Default.aspx is a file that contains the markup of the elements on the web page."
A block of code is set as follows:
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True">
<asp:ListItem>Monday</asp:ListItem>
<asp:ListItem>Tuesday</asp:ListItem>
<asp:ListItem>Wednesday</asp:ListItem>
</asp:DropDownList>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True">
<asp:ListItem>Monday</asp:ListItem>
<asp:ListItem>Tuesday</asp:ListItem>
<asp:ListItem>Wednesday</asp:ListItem>
</asp:DropDownList>
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: "If you wish, click on Browse and save the file to a location you choose and click on OK."
- C++程序設計(第3版)
- Java入門很輕松(微課超值版)
- Rust Cookbook
- 深入淺出Serverless:技術原理與應用實踐
- C語言程序設計同步訓練與上機指導(第三版)
- 飛槳PaddlePaddle深度學習實戰
- C語言程序設計實驗指導 (第2版)
- Creating Stunning Dashboards with QlikView
- Mastering Linux Security and Hardening
- Qlik Sense? Cookbook
- 深度學習程序設計實戰
- 寫給青少年的人工智能(Python版·微課視頻版)
- Visual FoxPro數據庫程序設計
- 零基礎學Java(升級版)
- HTML5+CSS3從入門到精通(微課精編版)