- ASP.NET 3.5 Social Networking
- Andrew Siemer
- 183字
- 2021-05-28 17:31:15
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: "Create a new class in the Core.Impl
directory called ProfileService
."
A block of code will be set as follows:
if (profile != null && profile.ProfileID > 0) { attributes = _profileAttributeService.GetProfileAttributesByProfileID(profile.ProfileID); levelOfExperienceType = _levelOfExperienceTypeRepository.GetLevelOfExperienceTypeByID(profile.LevelOfExperienceTypeID); profile.Attributes = attributes; profile.LevelOfExperienceType = levelOfExperienceType; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
Account account = _accountRepository.GetAccountByID(AccountID); Profile profile = _profileService.LoadProfileByAccountID(AccountID); if(profile != null) { account.Profile = profile; }
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:
"Click the Test Connection button to see if your settings are acceptable."
推薦閱讀
- AutoCAD快速自學寶典(2018中文版)
- Liferay User Interface Development
- Premiere視頻編輯項目教程:Premiere Pro 2020(微課版)
- 新編AutoCAD制圖快捷命令速查一冊通
- VRP11/3ds Max虛擬現實制作標準實訓教程
- AutoCAD 2016入門與提高(超值版)
- 邊做邊學:平面設計(Photoshop CS6 +CorelDRAW X6)
- Photoshop手繪從新手到高手
- Cacti 0.8 Network Monitoring
- CorelDRAW X6平面設計與制作案例教程
- 中文版3ds Max 2014-VRay效果圖制作完全自學教程
- Configuring IPCop Firewalls: Closing Borders with Open Source
- 中文版Premiere Pro CS6視頻編輯(慕課版)
- Photoshop新媒體美工設計(視頻指導版)
- 技藝非凡Photoshop+SAI繪畫創作技法揭秘