- 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."
- LaTeX Cookbook
- 潮流:UI設計必修課
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Python Deep Learning
- Magento 2 Development Cookbook
- Python機器學習基礎教程
- 數據結構習題解析與實驗指導
- RabbitMQ Cookbook
- C#應用程序設計教程
- HTML5與CSS3基礎教程(第8版)
- 微信小程序全棧開發技術與實戰(微課版)
- Hands-On Nuxt.js Web Development
- 愛上C語言:C KISS
- OpenCV Android開發實戰
- Drupal Search Engine Optimization