- ASP.NET 3.5 Application Architecture and Design
- Vivek Thakur
- 147字
- 2021-05-28 17:47:04
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We are just calling the GetAllProducts()
method, which has all data access code wrapped in a different class named DAL."
A block of code will be set as follows:
<asp:Repeater ID="prodRepeater" runat="server"> <ItemTemplate> Product Code: <%# Eval("Code")%> <br> Name: <%# Eval("Name")%> <br> Unit Price: $<%# Eval("UnitPrice")%> <br> </ItemTemplate> </asp:Repeater>
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "In the Internet Explorer, we can change the default language by going to Internet Options and clicking the Language button under the General tab."
Note
Tips and tricks appear like this.
推薦閱讀
- VR新未來
- Drupal 7 Module Development
- Excel 數據處理與分析實例教程(第2版)
- ERP沙盤模擬簡明教程
- SolidWorks 2021中文版機械設計從入門到精通
- Learning VirtualDub: The complete guide to capturing, processing and encoding digital video
- AutoCAD 2018中文版從入門到精通
- 零基礎學數碼攝影后期
- SolidWorks快速入門教程(2022中文版)
- 深入理解OpenCV:實用計算機視覺項目解析(原書第3版)
- Blender 2.5 Materials and Textures Cookbook
- Creo快速入門教程(Creo 8.0中文版)
- Mobile Web Development
- Expert Python Programming
- Photoshop淘寶網店設計與裝修完全實例教程