contents

 

front matter

preface

acknowledgments

about this book

about the author

about the cover illustration

1 Starting your Blazor journey

1.1 Why choose Blazor for new applications?

1.2 Components, a better way to build UI

What is a component?

The benefits of a component-based UI

Anatomy of a Blazor component

1.3 Blazor, a platform for building modern UIs with C#

Understanding hosting models

Blazor WebAssembly

Blazor Server

Other hosting models 16

2 Your first Blazor app

2.1 Setting up the application

Blazor WebAssembly template configurations

Creating the application

2.2 Building and running the application

2.3 Key components of a Blazor application

Index.html