-
Book Overview & Buying
-
Table Of Contents
Apps and Services with .NET 10 - Third Edition
By :
The goal of this chapter is to learn how to build web apps using Blazor. These can be rich and interactive user interfaces that render as HTML and CSS to provide cross-platform browser support.
We will start by learning about Blazor concepts, its hosting models and components, and how to perform common tasks in a web app, such as routing requests to page components, passing route parameters, and managing navigation and shared layouts.
Then we will learn how to build custom components, including both server-side rendered and interactive components, such as progress bars, dialog boxes, and alert components. Finally, we will build a data component that works with entities loaded from a file.
This chapter will cover the following topics: