December 2019
Intermediate to advanced
510 pages
11h 33m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The headers part tells the client that the response should be processed using a specific content-type; in this case, application/json."
A block of code is set as follows:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks> </PropertyGroup></Project>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<Project Sdk="Microsoft.NET.Sdk"> ...Read now
Unlock full access