Conventions used
There are a number of text conventions used throughout this book.
Code in text
: 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: “We intentionally designed Provider
to match the ItemsProvider
signature required by the Virtualize
component, ensuring compatibility and seamless integration.”
A block of code is set as follows:
<div class="ticket"> <div class="name">Adult</div> <div class="price">10.00 $</div> </div>
Any command-line input or output is written as follows:
dotnet new blazor -o BlazorCookbook.App -int Auto --framework net9.0
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: “Start Visual Studio and select Create a new project from the welcome window.”
Tips or important notes
Appear like this.