- 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#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經(jīng)典名著)
- 深入理解Android(卷I)
- 密碼學(xué)原理與Java實(shí)現(xiàn)
- Maven Build Customization
- Building a RESTful Web Service with Spring
- Developing Middleware in Java EE 8
- 算法大爆炸:面試通關(guān)步步為營
- Mastering PHP Design Patterns
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計及運(yùn)籌學(xué)
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- GameMaker Essentials
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- Exploring SE for Android
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項目實(shí)施