- 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.
推薦閱讀
- 邊做邊學:Photoshop CS6 圖像制作案例教程
- 剪映專業版(電腦版)視頻剪輯全攻略:音效添加+轉場特效+視頻制作
- 中文版CorelDRAW X8基礎培訓教程(全彩版)
- Apache Maven 3 Cookbook
- SolidWorks 2018快速入門及應用技巧
- Photoshop+AE UI動效設計從新手到高手
- Photoshop數字圖像處理
- 計算機輔助翻譯基礎與實訓
- Photoshop后期強:多重曝光專業技法寶典
- Photoshop+Illustrator+CorelDRAW一站式高效學習一本通
- 零基礎學Procreate萌物繪
- 中文版3ds Max 2014基礎培訓教程
- NumPy 1.5 Beginner's Guide
- UG NX 10中文版完全自學手冊
- AI繪畫大師:Stable Diffusion快速入門與實戰技巧