- WCF Multi-layer Services Development with Entity Framework(Fourth Edition)
- Mike Liu
- 155字
- 2021-08-05 17:32:43
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Throughout this book, we will save our project source codes in the C:\SOAwithWCFandEF\Projects
directory."
A block of code is set as follows:
namespace HelloWorldService { [ServiceContract] public interface IHelloWorldService { [OperationContract] string GetMessage(string name); } }
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: " If the Open Project dialog box pops up, click on Cancel to close it."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- PyTorch自動駕駛視覺感知算法實戰(zhàn)
- JavaScript:Functional Programming for JavaScript Developers
- Scala Design Patterns
- JIRA 7 Administration Cookbook(Second Edition)
- 機器人Python青少年編程開發(fā)實例
- PHP 編程從入門到實踐
- HTML5入門經(jīng)典
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發(fā) (未來書庫)
- 表哥的Access入門:以Excel視角快速學習數(shù)據(jù)庫開發(fā)(第2版)
- Kotlin從基礎到實戰(zhàn)
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Microsoft Azure Storage Essentials
- Internet of Things with ESP8266
- 區(qū)塊鏈國產化實踐指南:基于Fabric 2.0
- Android Development Tools for Eclipse