Appendix. Learning Blazor App Projects
In this book, we’ve examined Learning Blazor, an app created for the book. The app consists of several projects that serve as isolated bits of functionality. The architecture is discussed in “Perusing the “Learning Blazor” Sample App”. The source code can be found on GitHub.
The learning-blazor.sln solution file contains several projects that together make up the entire application as a cohesive unit. While each project within the solution is responsible for its core functionality, orchestrating projects with disparate functionality cohesively is a requirement of any successful application. The following sections list the primary projects within the solution and provide topical details about them.
Web Client
The client application, named simply Web.Client, is a Blazor WebAssembly project targeting the Microsoft.NET.Sdk.BlazorWebAssembly software development kit (SDK). The web project is responsible for all of the user interactions and experiences. Through pages, client-side routing, form validation, model binding, and component-based UIs, the Web.Client project shows the most major features of Blazor. This app defines a Learning.Blazor namespace.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access