- 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."
- LabVIEW程序設計基礎與應用
- PyTorch自然語言處理入門與實戰
- R語言數據可視化實戰
- C++ 從入門到項目實踐(超值版)
- Web Development with MongoDB and Node(Third Edition)
- Python極簡講義:一本書入門數據分析與機器學習
- Mockito Essentials
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- Java程序設計入門(第2版)
- C語言程序設計實驗指導與習題精解
- 前端Serverless:面向全棧的無服務器架構實戰
- μC/OS-III源碼分析筆記
- ASP.NET程序開發參考手冊
- 嵌入式Linux C語言程序設計基礎教程(微課版)