- 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 2022快速入門、進階與精通
- Swing Extreme Testing
- Adobe Illustrator 2023基礎教材
- Getting Started With Oracle SOA Suite 11g R1 – A Hands/On Tutorial
- Android從入門到精通
- Drupal 6 Content Administration
- OpenCV項目開發實戰(原書第2版)
- SOA Patterns with BizTalk Server 2009
- Illustrator CC平面設計標準教程(微課版)
- IBM Lotus Notes and Domino 8.5.1
- NX Open API編程技術
- 中文版Corel DRAW X5案例實訓教材
- Photoshop CS6圖像處理立體化教程
- 新手學UG NX 8.0輔助設計
- JSF 1.2 Components