Series - Beginners-Series-to-Blazor


Validating Form Data with Blazor [11 of 11] | Beginner's Series to: Blazor[MP4] [0:07:27] [2021/08/17]
Our applications capture data with forms and we would like to ensure proper data values and required data values are submitted. Data Annotations on classes in .NET applications work well, so how do we…


Forms and Capturing User Data [10 of 11] | Beginner's Series to: Blazor[MP4] [0:07:03] [2021/08/17]
Forms and form inputs are easy to build in HTML with input elements, but we have additional components available to help with validation and configuring your data entry fields. In this video, let's…


Managing User State [9 of 11] | Beginner's Series to: Blazor[MP4] [0:07:33] [2021/08/17]
It's tricky managing web application state between page views. Where do we store the data? How do we retrieve state on the next page? In this video, we'll look at the Application State model for…


Parameters and Sharing Data [8 of 11] | Beginner's Series to: Blazor [MP4] [0:08:20] [2021/08/17]
HTML elements have attributes that let you configure them and we can expose attributes on our Blazor Components that let them be configured by other components and pages. In this video, we'll learn…


Blazor Event Callbacks [7 of 11] | Beginner's Series to: Blazor[MP4] [0:11:04] [2021/08/17]
You've placed some buttons and HTML elements on a Blazor component, but how do we manage the interactions with those elements? What does a button's click handler look like? How can we expose our own…


Getting Data for a Blazor Application [6 of 11] | Beginner's Series to: Blazor[MP4] [0:08:07] [2021/08/17]
We know how to present and interact with data in our Blazor application, but how do we get it into Blazor from a microservice or a database? In this video, we'll take a look at three ways that you…


Binding Data with Blazor [5 of 11] | Beginner's Series to: Blazor[MP4] [0:07:15] [2021/08/17]
Data interactions are key to every application. How do we connect our data to our Blazor user-interface? Data-Binding gives your user-experience that two-way interaction to present your data and…


Blazor Pages, Routing, and Layouts [4 of 11] | Beginner's Series to: Blazor[MP4] [0:12:22] [2021/08/17]
What makes a Blazor Page, a Page? How do we navigate between pages in a Blazor application? In this video, we'll learn about Blazor pages and how to routing navigation between them. We'll also bring…


Introducing Blazor Components [3 of 11] | Beginners Series to: Blazor[MP4] [0:08:23] [2021/08/17]
In this video, let's investigate the components that ship with the default Blazor template and learn how developing with components makes our application development process easier. Learn more about…


Installing the Blazor Tools and Getting Ready for Development [2 of 11] | Beginner's Series to:…[MP4] [0:08:29] [2021/08/17]
What tools do you need to get started with Blazor? Can we build Blazor-based applications on Mac or Linux? Do we need Visual Studio Code to get started? In this session, we'll learn where and how to…


What is Blazor [1 of 11] | Beginner's Series to: Blazor[MP4] [0:01:23] [2021/08/17]
Blazor is a hot topic amongst the .NET Technical Community, but what is it and why should I be interested in it? Let's learn about what Blazor is and how you can use it to make your web applications …